You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Here's how to create a provisioning node to run deploy-tools (this came up with NDS-395)

 

  • In Nebula, create instance, select CoreOSStable1122
  • Disable updates
    • sudo systemctl stop update-engine

    • sudo systemctl stop locksmithd

  • Fix the Docker BIP and MTU
  • sudo su
    • mkdir -p /etc/systemd/system/docker.service.d
    • vi /etc/systemd/system/docker.service.d/10-docker0.conf

[Service]
Environment="DOCKER_OPT_BIP=--bip=172.30.0.1/16"
Environment="DOCKER_OPT_MTU=--mtu=1454"

  • systemctl daemon-reload
  • systemctl restart docker
  • cd /var/lib/kubelet/pods && rm -rf *

 

Adding image to OpenStack

If the image doesn't exist in the current OpenStack project:

  • No labels