Skip to content

Commit 5c710d2

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

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
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

scripts/dev/localnode/nodeinstallovs

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ cat << EOF > /opt/OpenvStorage/config/preconfig.json
4545
}}
4646
EOF
4747
ovs setup
48-
jspython /opt/code/github/0-complexity/openvcloud_installer/scripts/install/installnode --role=storage --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
49-
jspython /opt/code/github/0-complexity/openvcloud/scripts/ovs/alba-create-user.py
48+
jspython /opt/code/github/0-complexity/openvcloud_installer/scripts/install/installnode --role=storage --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
5049
jspython /opt/code/github/0-complexity/openvcloud/scripts/dev/localnode/setupovs.py
5150
echo "
5251
portal_config = j.core.config.get('portal_client', 'main')

0 commit comments

Comments
 (0)