diff --git a/README.md b/README.md index ef2ae04..d29be0f 100644 --- a/README.md +++ b/README.md @@ -539,6 +539,10 @@ using `agentscp` which will also restart the agent: $ agentscp 172.20.1.10 +To push new changes to your Managment server use: + + $ mgmtscp 172.20.0.185 + Using IDEA IDE: - Import the `cloudstack` directory and select `Maven` as build system - Go through the defaults, in the profiles page at least select noredist, vmware diff --git a/mbx b/mbx index c28a335..8656fcc 100755 --- a/mbx +++ b/mbx @@ -224,7 +224,7 @@ deploy() { check_mbxt mgmt $mst check_mbxt hypervisor $hyt hypervisor=$(echo $hyt | awk '{print substr($0,6,3)}') - repo=${4:-"http://packages.shapeblue.com/cloudstack/upstream/el7/4.18"} + repo=${4:-"http://packages.shapeblue.com/cloudstack/upstream/el8/4.20"} uuid=$(cat /proc/sys/kernel/random/uuid | sed 's/-.*//g') env="qa$id-$name-$uuid-$hypervisor"