VScaler: Build the vScaler custom kolla image

From Define Wiki
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/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