Skip to content

Commit 70ce5ff

Browse files
committed
Update centos75-hpc.ks to add openlogic install repo so msft-rdma-drivers and WALinuxAgent packages are available again
1 parent fa94192 commit 70ce5ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ks/azure/centos75-hpc.ks

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ network --bootproto=dhcp
2121
# Use network installation
2222
url --url=http://olcentgbl-masters.trafficmanager.net/centos/7.5.1804/os/x86_64/
2323
repo --name="CentOS-Updates" --baseurl=http://olcentgbl-masters.trafficmanager.net/centos/7.5.1804/updates/x86_64/
24+
repo --name="openlogic" --baseurl="http://olcentgbl.trafficmanager.net/openlogic/7.5.1804/openlogic/x86_64/"
2425

2526
# Root password
2627
rootpw --plaintext "to_be_disabled"
@@ -77,6 +78,7 @@ sudo
7778
python-pyasn1
7879
parted
7980
WALinuxAgent
81+
msft-rdma-drivers
8082
selinux-policy-devel
8183
rdma
8284
librdmacm

0 commit comments

Comments
 (0)