Hi Michael, I did not explicitly mention any resources to instances. Following is my instances.yaml: global_configuration: REGISTRY_PRIVATE_INSECURE: True CONTAINER_REGISTRY: 10.204.217.152:5000 provider_config: bms: domainsuffix: englab.juniper.net ntpserver: 10.204.217.158 ssh_pwd: c0ntrail123 ssh_user: root instances: nodec58: ip: 10.204.217.98 provider: bms roles: analytics: null analytics_database: null config: null config_database: null control: null k8s_master: null kubemanager: null webui: null nodec60: ip: 10.204.217.100 provider: bms roles: k8s_node: null vrouter: PHYSICAL_INTERFACE: bond0 nodec61: ip: 10.204.217.101 provider: bms roles: k8s_node: null vrouter: PHYSICAL_INTERFACE: enp2s0f1 nodeg12: ip: 10.204.217.52 provider: bms roles: analytics: null analytics_database: null config: null config_database: null control: null k8s_master: null kubemanager: null webui: null nodeg31: ip: 10.204.217.71 provider: bms roles: analytics: null analytics_database: null config: null config_database: null control: null k8s_master: null kubemanager: null webui: null contrail_configuration: CONTRAIL_VERSION: ocata-5.0-15 CLOUD_ORCHESTRATOR: kubernetes METADATA_PROXY_SECRET: c0ntrail123 CLOUD_ORCHESTRATOR: kubernetes CONTAINER_REGISTRY: 10.204.217.152:5000 CONTRAIL_VERSION: ocata-5.0-15 CONTROL_DATA_NET_LIST: 77.77.1.0/24 CONTROLLER_NODES: 77.77.1.20,77.77.1.30,77.77.1.11 KUBERNETES_PUBLIC_FIP_POOL: domain: default-domain name: __fip_pool_public__ network: __public__ project: default RABBITMQ_NODE_PORT: 5673 REGISTRY_PRIVATE_INSECURE: true VROUTER_GATEWAY: 77.77.1.100 From: Andrey Pavlov