Skip to content

Commit

Permalink
connect to 15.2 modules
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.de>
  • Loading branch information
jordimassaguerpla committed Jun 19, 2020
1 parent 9646aa4 commit 7a37d9b
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ci/infra/aws/cloud-init/register-rmt.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- curl --tlsv1.2 --silent --insecure --connect-timeout 10 https://${rmt_server_name}/rmt.crt --output /etc/pki/trust/anchors/rmt-server.pem && /usr/sbin/update-ca-certificates &> /dev/null
- SUSEConnect --url https://${rmt_server_name}
- SUSEConnect -p sle-module-containers/15.1/x86_64
- SUSEConnect -p sle-module-containers/15.2/x86_64
- SUSEConnect -p caasp/5/x86_64
2 changes: 1 addition & 1 deletion ci/infra/aws/cloud-init/register-scc.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- SUSEConnect --url https://scc.suse.com -r ${caasp_registry_code}
- SUSEConnect -p sle-module-containers/15.1/x86_64
- SUSEConnect -p sle-module-containers/15.2/x86_64
- SUSEConnect -p caasp/5/x86_64 -r ${caasp_registry_code}
4 changes: 2 additions & 2 deletions ci/infra/libvirt/cloud-init/register-rmt.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- curl --tlsv1.2 --silent --insecure --connect-timeout 10 https://${rmt_server_name}/rmt.crt --output /etc/pki/trust/anchors/rmt-server.pem
- /usr/sbin/update-ca-certificates &> /dev/null
- SUSEConnect --url https://${rmt_server_name}
- SUSEConnect -p sle-module-containers/15.1/x86_64
- SUSEConnect -p sle-module-containers/15.2/x86_64
- SUSEConnect -p caasp/5/x86_64
- SUSEConnect -p sle-ha/15.1/x86_64
- SUSEConnect -p sle-ha/15.2/x86_64
4 changes: 2 additions & 2 deletions ci/infra/libvirt/cloud-init/register-scc.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- [ SUSEConnect, -r, ${caasp_registry_code} ]
- [ SUSEConnect, -p, sle-module-containers/15.1/x86_64 ]
- [ SUSEConnect, -p, sle-module-containers/15.2/x86_64 ]
- [ SUSEConnect, -p, caasp/5/x86_64, -r, ${caasp_registry_code} ]
%{ if ha_registry_code != "" ~}
- [ SUSEConnect, -p, sle-ha/15.1/x86_64, -r, ${ha_registry_code} ]
- [ SUSEConnect, -p, sle-ha/15.2/x86_64, -r, ${ha_registry_code} ]
%{ endif ~}
2 changes: 1 addition & 1 deletion ci/infra/openstack/cloud-init/register-rmt.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- curl --tlsv1.2 --silent --insecure --connect-timeout 10 https://${rmt_server_name}/rmt.crt --output /etc/pki/trust/anchors/rmt-server.pem
- /usr/sbin/update-ca-certificates &> /dev/null
- SUSEConnect --url https://${rmt_server_name}
- SUSEConnect -p sle-module-containers/15.1/x86_64
- SUSEConnect -p sle-module-containers/15.2/x86_64
- SUSEConnect -p caasp/5/x86_64
2 changes: 1 addition & 1 deletion ci/infra/openstack/cloud-init/register-scc.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- [ SUSEConnect, -r, ${caasp_registry_code} ]
- [ SUSEConnect, -p, sle-module-containers/15.1/x86_64 ]
- [ SUSEConnect, -p, sle-module-containers/15.2/x86_64 ]
- [ SUSEConnect, -p, caasp/5/x86_64, -r, ${caasp_registry_code} ]
2 changes: 1 addition & 1 deletion ci/infra/vmware/cloud-init/register-rmt.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- curl --tlsv1.2 --silent --insecure --connect-timeout 10 https://${rmt_server_name}/rmt.crt --output /etc/pki/trust/anchors/rmt-server.pem
- /usr/sbin/update-ca-certificates &> /dev/null
- SUSEConnect --url https://${rmt_server_name}
- SUSEConnect -p sle-module-containers/15.1/x86_64
- SUSEConnect -p sle-module-containers/15.2/x86_64
- SUSEConnect -p caasp/5/x86_64
2 changes: 1 addition & 1 deletion ci/infra/vmware/cloud-init/register-scc.tpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- [ SUSEConnect, -r, ${caasp_registry_code} ]
- [ SUSEConnect, -p, sle-module-containers/15.1/x86_64 ]
- [ SUSEConnect, -p, sle-module-containers/15.2/x86_64 ]
- [ SUSEConnect, -p, caasp/5/x86_64, -r, ${caasp_registry_code} ]

0 comments on commit 7a37d9b

Please sign in to comment.