Skip to content

Commit 8e079e4

Browse files
authored
Use EL8 and CS 4.20 as default versions for mbx (#38)
* Use EL8 and CS 4.20 as default versions for mbx * Include mgmtscp command in README
1 parent ac58a8e commit 8e079e4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,10 @@ using `agentscp` which will also restart the agent:
539539

540540
$ agentscp 172.20.1.10
541541

542+
To push new changes to your Managment server use:
543+
544+
$ mgmtscp 172.20.0.185
545+
542546
Using IDEA IDE:
543547
- Import the `cloudstack` directory and select `Maven` as build system
544548
- Go through the defaults, in the profiles page at least select noredist, vmware

mbx

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ deploy() {
224224
check_mbxt mgmt $mst
225225
check_mbxt hypervisor $hyt
226226
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"}
228228

229229
uuid=$(cat /proc/sys/kernel/random/uuid | sed 's/-.*//g')
230230
env="qa$id-$name-$uuid-$hypervisor"

0 commit comments

Comments
 (0)