diff --git a/scripts/EXEC.md b/scripts/EXEC.md new file mode 100644 index 0000000..f9865fd --- /dev/null +++ b/scripts/EXEC.md Binary files differ diff --git a/scripts/clearCounter.sh b/scripts/clearCounter.sh index aa444ed..1aed747 100644 --- a/scripts/clearCounter.sh +++ b/scripts/clearCounter.sh @@ -1 +1 @@ -rm -fr ~/counter/* +rm -fr ~/counter/* diff --git a/scripts/createVm.sh b/scripts/createVm.sh index 38a3be9..457671f 100644 --- a/scripts/createVm.sh +++ b/scripts/createVm.sh @@ -1,4 +1,4 @@ -ENV=pac +ENV=prod REGION=us HOSTMACHINE=mc02 VIRTUALMACHINE=mp diff --git a/scripts/hosts b/scripts/hosts index 62ccb10..2c725ee 100644 --- a/scripts/hosts +++ b/scripts/hosts @@ -1,4 +1,3 @@ -us-mc02-pac-mp-ub2204-en0-microk8s-0 -us-mc02-pac-mp-ub2204-en0-microk8s-1 -us-mc02-pac-mp-ub2204-en0-microk8s-2 -us-mc02-pac-mp-ub2204-en0-microk8s-3 +us-mc02-prod-mp-ub2204-en0-microk8s-0 +us-mc02-prod-mp-ub2204-en0-microk8s-1 +us-mc02-prod-mp-ub2204-en0-microk8s-2 diff --git a/scripts/multipassInstallPreRequired.sh b/scripts/multipassInstallPreRequired.sh index c350244..4a1eb58 100644 --- a/scripts/multipassInstallPreRequired.sh +++ b/scripts/multipassInstallPreRequired.sh @@ -5,6 +5,8 @@ multipass exec $host -- sudo apt update -y multipass exec $host -- sudo apt install ansible -y multipass exec $host -- mkdir repo + multipass exec $host -- git config --global user.email "agalyadoss@gmail.com" + multipass exec $host -- git config --global user.name "Agalya Ramadoss" multipass exec $host -- sudo addgroup --gid 8055 boss multipass exec $host -- sudo adduser --system --shell /bin/bash --uid 805501 --gid 8055 aboss multipass exec $host -- sudo adduser --system --shell /bin/bash --uid 905501 --gid 8055 adoss