Difference between revisions of "VScaler: Build the vScaler custom kolla image"

From Define Wiki
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...")
 
 
Line 3: Line 3:
 
* After you've configured kolla and the local registry run:
 
* After you've configured kolla and the local registry run:
 
<syntaxhighlight>
 
<syntaxhighlight>
kolla-build --template-override ./vscaler-openhpc/docker/template-overrides.j2 --registry 10.10.10.1:5000 --tag 4.0.0 horizon
+
kolla-build --template-override ./vscaler-openhpc/Dockerfiles/horizon/template-overrides.j2 --registry 10.10.10.1:5000 --tag 4.0.0 horizon
 
</syntaxhighlight>
 
</syntaxhighlight>
 
Note: Replace the registry with your local one if different
 
Note: Replace the registry with your local one if different

Latest revision as of 13:39, 26 July 2017

  • git clone our repo
  • After you've configured kolla and the local registry run:
kolla-build --template-override ./vscaler-openhpc/Dockerfiles/horizon/template-overrides.j2 --registry 10.10.10.1:5000 --tag 4.0.0 horizon

Note: 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