File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -539,6 +539,10 @@ using `agentscp` which will also restart the agent:
539
539
540
540
$ agentscp 172.20.1.10
541
541
542
+ To push new changes to your Managment server use:
543
+
544
+ $ mgmtscp 172.20.0.185
545
+
542
546
Using IDEA IDE:
543
547
- Import the ` cloudstack ` directory and select ` Maven ` as build system
544
548
- Go through the defaults, in the profiles page at least select noredist, vmware
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ deploy() {
224
224
check_mbxt mgmt $mst
225
225
check_mbxt hypervisor $hyt
226
226
hypervisor=$( echo $hyt | awk ' {print substr($0,6,3)}' )
227
- repo=${4:- " http://packages.shapeblue.com/cloudstack/upstream/el7 /4.18 " }
227
+ repo=${4:- " http://packages.shapeblue.com/cloudstack/upstream/el8 /4.20 " }
228
228
229
229
uuid=$( cat /proc/sys/kernel/random/uuid | sed ' s/-.*//g' )
230
230
env=" qa$id -$name -$uuid -$hypervisor "
You can’t perform that action at this time.
0 commit comments