Skip to content

Commit 30a8fc4

Browse files
committed
Adds fix gid
Signed-off-by: Ashraf Fouda <[email protected]>
1 parent 6f72fe6 commit 30a8fc4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/dev/localnode/nodeinstall

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ set -e
33
source "$(dirname $(readlink -f $0))/_functions"
44
export LC_ALL=C
55
apt-get install python-pip lsof -y
6-
pip install requests pyyaml click
6+
pip install requests oyaml click
77
installovsrepo
8-
# installjs
9-
# ays install -n cb_cpunode_aio --hrdseed /opt/code/github/0-complexity/openvcloud/scripts/dev/localnode/cfg/node.hrd
108
export MANIFESTURL=https://raw.githubusercontent.com/0-complexity/devmanifests/master/manifests/
119
export VERSION=9.9.9
1210
python /opt/code/github/0-complexity/openvcloud_installer/scripts/buildlib/packager.py --manifest /opt/code/github/0-complexity/openvcloud_installer/scripts/dockers/base/dep-manifest.yml
1311
cp -r /opt/code/github/0-complexity/openvcloud_installer/scripts/dockers/cb_master/apps/* /opt/jumpscale7/cfg/
14-
jspython /opt/code/github/0-complexity/openvcloud_installer/scripts/install/installnode --role=cpu --masterips 172.17.1.1 --password=rooter --gid=66 --fqdn=172.17.1.1 --gwmgmt_ip=10.199.0.14/22 --vxbackend_vlan=2313 --vxbackend_ip=10.240.0.14/16 --gwmgmt_vlan=2314 --env=devsetup --client_id=greenitglobe.development.environments.local --secret=7b6nPW0EpZ3XGAPPxrs3nV8g5119yLcAmoQGUqlXn8uT_hciAIZF --grid_id=66 --ovs_url=https://172.17.1.10
12+
jspython /opt/code/github/0-complexity/openvcloud_installer/scripts/install/installnode --role=cpu --masterips 172.17.1.1 --password=rooter --gid=66 --fqdn=172.17.1.1 --gwmgmt_ip=10.199.0.14/22 --vxbackend_vlan=2313 --vxbackend_ip=10.240.0.14/16 --gwmgmt_vlan=2314 --env=devsetup --client_id=greenitglobe.development.environments.local --secret=7b6nPW0EpZ3XGAPPxrs3nV8g5119yLcAmoQGUqlXn8uT_hciAIZF --ovs_url=https://172.17.1.10
1513
cp /opt/code/github/0-complexity/openvcloud/apps/nginx/cpunode_aio /etc/nginx/sites-enabled
1614
cp /opt/code/github/0-complexity/openvcloud/apps/nginx/storagedriver_aio /etc/nginx/sites-enabled
1715
if ! grep "^host_uuid" /etc/libvirt/libvirtd.conf > /dev/null; then

0 commit comments

Comments
 (0)