Mitesh The Mouse
2020-02-13 9c1c0b7d4fba411e72d8b87db046255ccf9ac8ed
Modification : sample_vars_{ec2,osp}.yml (#1145)

* multiple cloud support added

* multi cloud support config:satellite-vm

* changes made for PR

* Readme file updated config:satellite-vm

* fixed readme typos config:satellite-vm

* fixed readme typos config:satellite-vm

* Enhancement role:satellite-capsule-installation

* Issues fixed for enhancement role:satellite-capsule-installation

* enhancement role:satellite-capsule-configuration

* enhancement role:satellite-capsule-configuration

* update config:satellite-vm

* first commit for new config:multi-cloud-capsule

* sample_vars_{ec2,osp}.yml updated for multi cloud support
2 files modified
13 ■■■■■ changed files
ansible/configs/satellite-vm/sample_vars_ec2.yml 9 ●●●●● patch | view | raw | blame | history
ansible/configs/satellite-vm/sample_vars_osp.yml 4 ●●●● patch | view | raw | blame | history
ansible/configs/satellite-vm/sample_vars_ec2.yml
@@ -9,8 +9,6 @@
configure_satellite: True
###### satellite env related variables ###############
install_satellite: True
configure_satellite: True
satellite_version: 6.4
org: gpte
org_label: gpte
@@ -61,7 +59,7 @@
      - name: 'Red Hat Ansible Engine 2.6 RPMs for Red Hat Enterprise Linux 7 Server'
        product: 'Red Hat Ansible Engine' 
        basearch: 'x86_64'
      - name: 'Red Hat Satellite Tools 6.4 (for RHEL 7 Server) (RPMs)'
        product: 'Red Hat Enterprise Linux Server' 
        basearch: 'x86_64'
@@ -80,8 +78,11 @@
      - name: 'Red Hat Enterprise Linux 7 Server - Extras (RPMs)' 
        product: 'Red Hat Enterprise Linux Server' 
        basearch: 'x86_64'
        basearch: 'x86_64'
      - name: 'Red Hat Satellite Tools 6.4 (for RHEL 7 Server) (RPMs)'
        product: 'Red Hat Enterprise Linux Server'
        basearch: 'x86_64'
...
# ## repositories which can be used 
ansible/configs/satellite-vm/sample_vars_osp.yml
@@ -79,6 +79,10 @@
      - name: 'Red Hat Enterprise Linux 7 Server - Extras (RPMs)' 
        product: 'Red Hat Enterprise Linux Server' 
        basearch: 'x86_64'
      - name: 'Red Hat Satellite Tools 6.4 (for RHEL 7 Server) (RPMs)'
        product: 'Red Hat Enterprise Linux Server'
        basearch: 'x86_64'
        
...