Use username and password from "os" in nodes.json 73/3873/2
authorTodd Malsbary <todd.malsbary@intel.com>
Wed, 4 Nov 2020 18:29:56 +0000 (10:29 -0800)
committerKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Sat, 7 Nov 2020 00:38:44 +0000 (00:38 +0000)
commitdeb3ca8295b2e585e47e51730252dc2ec1daa429
tree26d4a5e181d20148c022a84c0800b6d536c0ffbd
parent7115d7b66c30a26a65f0db4b78a8f0f6e8dc4207
Use username and password from "os" in nodes.json

This removes COMPUTE_NODE_PASSWORD from the environment.  A check is
left in place to ensure that any existing users of
COMPUTE_NODE_PASSWORD will be warned that the nodes.json value is what
is used now.

Also, COMPUTE_NODE_FQDN is removed from common.sh.  It was/is
overwritten immediately before use.

Note: the "os" object does not exist in the equivalent JSON file for
the VM deployment.  The default username and password continues to be
used in the VM case.

Issue-ID: ICN-497
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I3cab61cf610d7ed334ff0043cb5f7f4ed442662f
deploy/metal3-vm/03_launch_mgmt_cluster.sh
deploy/metal3-vm/04_verify.sh
deploy/metal3-vm/lib/common.sh
deploy/metal3/scripts/01_metal3.sh
deploy/metal3/scripts/02_verify.sh
deploy/metal3/scripts/03_verify_deprovisioning.sh
env/lib/common.sh
env/metal3/01_install_package.sh