VScaler: Build the vScaler custom kolla image

From Define Wiki
Revision as of 21:26, 17 July 2017 by K mouza (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • 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 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