Skip to content

Commit

Permalink
Use EL8 and CS 4.20 as default versions for mbx (#38)
Browse files Browse the repository at this point in the history
* Use EL8 and CS 4.20 as default versions for mbx

* Include mgmtscp command in README
  • Loading branch information
sudo87 authored Feb 18, 2025
1 parent ac58a8e commit 8e079e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mbx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8e079e4

Please sign in to comment.