Skip to content

Commit

Permalink
Updating all in one install doc
Browse files Browse the repository at this point in the history
Change-Id: I4ee564f13b2737a687f8bfb5acd07b2bf53e47c6
Partial-Bug: #1749018
  • Loading branch information
madhukar32 committed Mar 13, 2018
1 parent 347a924 commit eb53f4e
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions doc/contrail-osh-aio-install.md
Expand Up @@ -71,7 +71,6 @@ Install below packages on your setup
./tools/deployment/developer/nfs/060-rabbitmq.sh
./tools/deployment/developer/nfs/070-memcached.sh
./tools/deployment/developer/nfs/080-keystone.sh
./tools/deployment/developer/nfs/091-heat-opencontrail.sh
./tools/deployment/developer/nfs/100-horizon.sh
./tools/deployment/developer/nfs/120-glance.sh
./tools/deployment/developer/nfs/151-libvirt-opencontrail.sh
Expand All @@ -80,7 +79,7 @@ Install below packages on your setup

5. Now deploy opencontrail charts

```
```bash
cd $CHD_PATH

make
Expand All @@ -94,7 +93,7 @@ Install below packages on your setup
kubectl label node opencontrail.org/controller=enabled --all
kubectl label node opencontrail.org/vrouter-kernel=enabled --all

kubectl replace -f ${OSH_PATH}/tools/kubeadm-aio/assets/opt/rbac/dev.yaml
kubectl replace -f ${CHD_PATH}/rbac/cluster-admin.yaml

helm install --name contrail-thirdparty ${CHD_PATH}/contrail-thirdparty \
--namespace=contrail --set contrail_env.CONTROLLER_NODES=172.17.0.1
Expand All @@ -109,8 +108,15 @@ Install below packages on your setup
# Edit contrail-vrouter/values.yaml and make sure that images.tags.vrouter_kernel_init is right. Image tag name will be different depending upon your linux. Also set the conf.host_os to ubuntu or centos depending on your system

helm install --name contrail-vrouter ${CHD_PATH}/contrail-vrouter \
--namespace=contrail --set contrail_env.CONTROLLER_NODES=172.17.0.1 \
--set contrail_env.CONTROL_NODES=${CONTROL_NODES} \
--set contrail_env.CONTROL_DATA_NET_LIST=${CONTROL_DATA_NET_LIST} \
--set contrail_env.VROUTER_GATEWAY=${VROUTER_GATEWAY}
--namespace=contrail --set contrail_env.vrouter_common.CONTROLLER_NODES=172.17.0.1 \
--set contrail_env.vrouter_common.CONTROL_NODES=${CONTROL_NODES} \
--set contrail_env.vrouter_common.CONTROL_DATA_NET_LIST=${CONTROL_DATA_NET_LIST} \
--set contrail_env.vrouter_common.VROUTER_GATEWAY=${VROUTER_GATEWAY}
```

6. Deploy heat charts

```bash
cd ${OSH_PATH}
./tools/deployment/developer/nfs/091-heat-opencontrail.sh
```

0 comments on commit eb53f4e

Please sign in to comment.