Difference between revisions of "VScaler: Build the vScaler custom kolla image"
Jump to navigation
Jump to search
(Created page with "* git clone our repo * After you've configured kolla and the local registry run: <syntaxhighlight> kolla-build --template-override ./vscaler-openhpc/docker/template-overrides.j2 --regis...") |
(No difference)
|
Revision as of 21:26, 17 July 2017
- git clone our repo
- After you've configured kolla and the local registry run:
kolla-build --template-override ./vscaler-openhpc/docker/template-overrides.j2 --registry 10.10.10.1:5000 --tag 4.0.0 horizonNote: Replace the registry with your local one if different
- Push the newly created image in docker:
docker push 10.10.10.1:5000/kolla/centos-binary-horizon:4.0.0- Make sure controller nodes pull the latest image:
kolla-ansible -i vscaler/multinode pull- Rebuild the open stack environment with:
kolla-ansible -i vscaler/multinode upgrade