From 08bb570b39b123c5a5adf70e34e05bb43a6e3387 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 25 Aug 2017 15:47:55 +0400 Subject: [baremetal] Add required user on vcp nodes * add user of "ubuntu" so that functest gets cluster credentials * reduce cpu resources for vcp nodes in nofeature scenario * tune salt targets for maas state * specify ntp servers Change-Id: I433a1de1cd2c69c6747c62c3359f5485dee3bfa4 Signed-off-by: Michael Polenchuk --- .../classes/cluster/baremetal-mcp-ocata-odl-ha/infra/init.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mcp/reclass/classes/cluster/baremetal-mcp-ocata-odl-ha/infra') diff --git a/mcp/reclass/classes/cluster/baremetal-mcp-ocata-odl-ha/infra/init.yml b/mcp/reclass/classes/cluster/baremetal-mcp-ocata-odl-ha/infra/init.yml index 5862ddb1d..e67a06d2e 100644 --- a/mcp/reclass/classes/cluster/baremetal-mcp-ocata-odl-ha/infra/init.yml +++ b/mcp/reclass/classes/cluster/baremetal-mcp-ocata-odl-ha/infra/init.yml @@ -35,6 +35,9 @@ parameters: infra_kvm_node02_hostname: kvm02 infra_kvm_node03_hostname: kvm03 + ntp_strata_host1: 1.pool.ntp.org + ntp_strata_host2: 0.pool.ntp.org + # Interface definitions reclass: storage: @@ -51,7 +54,7 @@ parameters: address: ${_param:single_address} netmask: 255.255.255.0 - salt_control_xenial_image: http://apt.mirantis.com/images/ubuntu-16-04-x64-latest.qcow2 + salt_control_xenial_image: https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img salt_api_password_hash: "$6$WV0P1shnoDh2gI/Z$22/Bcd7ffMv0jDlFpT63cAU4PiXHz9pjXwngToKwqAsgoeK4HNR3PiKaushjxp3JsQ8hNoJmAC6TxzVqfV8WH/" linux: network: -- cgit 1.2.3-korg