From 40f69265d7943ccd0e61c4bb52de02e165dd7880 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 2 May 2017 18:02:39 +0000 Subject: [PATCH] Add icmp allowed to all cloud instances we provision from ansible so we can monitor them from nagios. --- inventory/host_vars/artboard.fedorainfracloud.org | 2 +- inventory/host_vars/blockerbugs-dev.cloud.fedoraproject.org | 2 +- inventory/host_vars/communityblog.fedorainfracloud.org | 2 +- inventory/host_vars/copr-dist-git-dev.fedorainfracloud.org | 2 +- inventory/host_vars/copr-dist-git.fedorainfracloud.org | 2 +- inventory/host_vars/copr-fe-dev.cloud.fedoraproject.org | 2 +- inventory/host_vars/copr-fe.cloud.fedoraproject.org | 2 +- inventory/host_vars/copr-keygen-dev.cloud.fedoraproject.org | 2 +- inventory/host_vars/darkserver-dev.fedorainfracloud.org | 2 +- inventory/host_vars/developer.fedorainfracloud.org | 2 +- inventory/host_vars/dopr-dev.cloud.fedoraproject.org | 4 ---- inventory/host_vars/eclipse.fedorainfracloud.org | 2 +- inventory/host_vars/faitout.fedorainfracloud.org | 2 +- inventory/host_vars/fas2-dev.fedorainfracloud.org | 2 +- inventory/host_vars/fas3-dev.fedorainfracloud.org | 2 +- inventory/host_vars/fedimg-dev.fedorainfracloud.org | 2 +- inventory/host_vars/fedora-bootstrap.fedorainfracloud.org | 2 +- inventory/host_vars/glittergallery-dev.fedorainfracloud.org | 2 +- inventory/host_vars/graphite.fedorainfracloud.org | 2 +- inventory/host_vars/hubs-dev.fedorainfracloud.org | 2 +- inventory/host_vars/iddev.fedorainfracloud.org | 2 +- inventory/host_vars/insim.fedorainfracloud.org | 2 +- inventory/host_vars/java-deptools.fedorainfracloud.org | 2 +- inventory/host_vars/lists-dev.fedorainfracloud.org | 2 +- inventory/host_vars/magazine.fedorainfracloud.org | 2 +- inventory/host_vars/modernpaste.fedorainfracloud.org | 2 +- inventory/host_vars/modularity.fedorainfracloud.org | 2 +- inventory/host_vars/piwik.fedorainfracloud.org | 2 +- inventory/host_vars/qadevel.cloud.fedoraproject.org | 2 -- inventory/host_vars/regcfp.fedorainfracloud.org | 2 +- inventory/host_vars/respins.fedorainfracloud.org | 2 +- inventory/host_vars/shumgrepper-dev.fedorainfracloud.org | 2 +- inventory/host_vars/taiga.fedorainfracloud.org | 2 +- inventory/host_vars/taigastg.fedorainfracloud.org | 2 +- inventory/host_vars/testdays.fedorainfracloud.org | 2 +- 35 files changed, 33 insertions(+), 39 deletions(-) delete mode 100644 inventory/host_vars/dopr-dev.cloud.fedoraproject.org delete mode 100644 inventory/host_vars/qadevel.cloud.fedoraproject.org diff --git a/inventory/host_vars/artboard.fedorainfracloud.org b/inventory/host_vars/artboard.fedorainfracloud.org index ab6185b26b..8972746f0e 100644 --- a/inventory/host_vars/artboard.fedorainfracloud.org +++ b/inventory/host_vars/artboard.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] ansible_ifcfg_blacklist: true diff --git a/inventory/host_vars/blockerbugs-dev.cloud.fedoraproject.org b/inventory/host_vars/blockerbugs-dev.cloud.fedoraproject.org index cbfb1aa9db..b62c5b16e3 100644 --- a/inventory/host_vars/blockerbugs-dev.cloud.fedoraproject.org +++ b/inventory/host_vars/blockerbugs-dev.cloud.fedoraproject.org @@ -2,7 +2,7 @@ instance_type: m1.medium image: "{{ el6_qcow_id }}" keypair: fedora-admin -security_group: webserver +security_group: webserver,all-icmp-persistent,default zone: nova hostbase: blockerbugs-dev- public_ip: 209.132.184.200 diff --git a/inventory/host_vars/communityblog.fedorainfracloud.org b/inventory/host_vars/communityblog.fedorainfracloud.org index 3e67089d1e..0217ac74bf 100644 --- a/inventory/host_vars/communityblog.fedorainfracloud.org +++ b/inventory/host_vars/communityblog.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/copr-dist-git-dev.fedorainfracloud.org b/inventory/host_vars/copr-dist-git-dev.fedorainfracloud.org index 8f18735660..67d46a42f2 100644 --- a/inventory/host_vars/copr-dist-git-dev.fedorainfracloud.org +++ b/inventory/host_vars/copr-dist-git-dev.fedorainfracloud.org @@ -3,7 +3,7 @@ instance_type: ms1.small image: "{{ fedora25_x86_64 }}" #image: rhel7-20141015 keypair: fedora-admin-20130801 -security_group: web-80-anywhere-persistent,ssh-anywhere-persistent,default +security_group: web-80-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent zone: nova hostbase: copr-dist-git-dev- public_ip: 209.132.184.179 diff --git a/inventory/host_vars/copr-dist-git.fedorainfracloud.org b/inventory/host_vars/copr-dist-git.fedorainfracloud.org index 835f87c502..91a9e2aa3b 100644 --- a/inventory/host_vars/copr-dist-git.fedorainfracloud.org +++ b/inventory/host_vars/copr-dist-git.fedorainfracloud.org @@ -2,7 +2,7 @@ instance_type: ms1.medium.bigswap image: "{{ fedora25_x86_64 }}" keypair: fedora-admin-20130801 -security_group: web-80-anywhere-persistent,ssh-anywhere-persistent,default +security_group: web-80-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent zone: nova hostbase: copr-dist-git- public_ip: 209.132.184.163 diff --git a/inventory/host_vars/copr-fe-dev.cloud.fedoraproject.org b/inventory/host_vars/copr-fe-dev.cloud.fedoraproject.org index c6d1f6c813..bb357250d5 100644 --- a/inventory/host_vars/copr-fe-dev.cloud.fedoraproject.org +++ b/inventory/host_vars/copr-fe-dev.cloud.fedoraproject.org @@ -2,7 +2,7 @@ instance_type: m1.medium image: "{{ fedora25_x86_64 }}" keypair: fedora-admin-20130801 -security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default +security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent zone: nova hostbase: copr-fe-dev- public_ip: 209.132.184.55 diff --git a/inventory/host_vars/copr-fe.cloud.fedoraproject.org b/inventory/host_vars/copr-fe.cloud.fedoraproject.org index a971d08b69..f7f30c1fdf 100644 --- a/inventory/host_vars/copr-fe.cloud.fedoraproject.org +++ b/inventory/host_vars/copr-fe.cloud.fedoraproject.org @@ -5,7 +5,7 @@ base_pkgs_erase: ['PackageKit*', 'sendmail', 'at'] instance_type: ms1.medium image: "{{ fedora25_x86_64 }}" keypair: fedora-admin-20130801 -security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default +security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,allow-nagios-persistent zone: nova hostbase: copr-fe- public_ip: 209.132.184.54 diff --git a/inventory/host_vars/copr-keygen-dev.cloud.fedoraproject.org b/inventory/host_vars/copr-keygen-dev.cloud.fedoraproject.org index 59e4c4db80..4cabdbe2b0 100644 --- a/inventory/host_vars/copr-keygen-dev.cloud.fedoraproject.org +++ b/inventory/host_vars/copr-keygen-dev.cloud.fedoraproject.org @@ -3,7 +3,7 @@ instance_type: ms1.small image: "{{ fedora25_x86_64 }}" keypair: fedora-admin-20130801 # todo: remove some security groups ? -security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,allow-nagios-persistent +security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent zone: nova hostbase: copr-keygen-dev- public_ip: 209.132.184.46 diff --git a/inventory/host_vars/darkserver-dev.fedorainfracloud.org b/inventory/host_vars/darkserver-dev.fedorainfracloud.org index cad5fcbe6b..00a392f852 100644 --- a/inventory/host_vars/darkserver-dev.fedorainfracloud.org +++ b/inventory/host_vars/darkserver-dev.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.large keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/developer.fedorainfracloud.org b/inventory/host_vars/developer.fedorainfracloud.org index 4884fc6207..aeac2e7ed0 100644 --- a/inventory/host_vars/developer.fedorainfracloud.org +++ b/inventory/host_vars/developer.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora25_x86_64 }}" instance_type: m1.large keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/dopr-dev.cloud.fedoraproject.org b/inventory/host_vars/dopr-dev.cloud.fedoraproject.org deleted file mode 100644 index 145b8b9e65..0000000000 --- a/inventory/host_vars/dopr-dev.cloud.fedoraproject.org +++ /dev/null @@ -1,4 +0,0 @@ ---- -resolvconf: "resolv.conf/cloud" -tcp_ports: [80, 443] -freezes: false diff --git a/inventory/host_vars/eclipse.fedorainfracloud.org b/inventory/host_vars/eclipse.fedorainfracloud.org index 969ae5e6f4..7ffc7ff6ca 100644 --- a/inventory/host_vars/eclipse.fedorainfracloud.org +++ b/inventory/host_vars/eclipse.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora23_x86_64 }}" instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/faitout.fedorainfracloud.org b/inventory/host_vars/faitout.fedorainfracloud.org index 51e6966c59..1f4e273b41 100644 --- a/inventory/host_vars/faitout.fedorainfracloud.org +++ b/inventory/host_vars/faitout.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,pg-5432-anywhere,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,pg-5432-anywhere,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443, 5432] diff --git a/inventory/host_vars/fas2-dev.fedorainfracloud.org b/inventory/host_vars/fas2-dev.fedorainfracloud.org index 6fb39f88bb..f3be911bc3 100644 --- a/inventory/host_vars/fas2-dev.fedorainfracloud.org +++ b/inventory/host_vars/fas2-dev.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ centos66_x86_64 }}" instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/fas3-dev.fedorainfracloud.org b/inventory/host_vars/fas3-dev.fedorainfracloud.org index d19aa4989a..b15a4a2657 100644 --- a/inventory/host_vars/fas3-dev.fedorainfracloud.org +++ b/inventory/host_vars/fas3-dev.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/fedimg-dev.fedorainfracloud.org b/inventory/host_vars/fedimg-dev.fedorainfracloud.org index cc2628eab9..a3597d0b5c 100644 --- a/inventory/host_vars/fedimg-dev.fedorainfracloud.org +++ b/inventory/host_vars/fedimg-dev.fedorainfracloud.org @@ -1,7 +1,7 @@ instance_type: m1.medium image: rhel7-20141015 keypair: fedora-admin-20130801 -security_group: default,ssh-anywhere-persistent +security_group: default,ssh-anywhere-persistent,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/fedora-bootstrap.fedorainfracloud.org b/inventory/host_vars/fedora-bootstrap.fedorainfracloud.org index e8cbf375dc..42d6abe4ce 100644 --- a/inventory/host_vars/fedora-bootstrap.fedorainfracloud.org +++ b/inventory/host_vars/fedora-bootstrap.fedorainfracloud.org @@ -2,7 +2,7 @@ image: Fedora-Cloud-Base-23.x86_64-python2 instance_type: m1.large keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/glittergallery-dev.fedorainfracloud.org b/inventory/host_vars/glittergallery-dev.fedorainfracloud.org index ecb50aba30..17a52264e5 100644 --- a/inventory/host_vars/glittergallery-dev.fedorainfracloud.org +++ b/inventory/host_vars/glittergallery-dev.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora23_x86_64 }}" instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/graphite.fedorainfracloud.org b/inventory/host_vars/graphite.fedorainfracloud.org index 1bef1d3ea8..fe4636c635 100644 --- a/inventory/host_vars/graphite.fedorainfracloud.org +++ b/inventory/host_vars/graphite.fedorainfracloud.org @@ -1,7 +1,7 @@ instance_type: m1.large image: "{{ fedora23_x86_64 }}" keypair: fedora-admin-20130801 -security_group: default,wide-open-persistent +security_group: default,wide-open-persistent,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] custom_rules: diff --git a/inventory/host_vars/hubs-dev.fedorainfracloud.org b/inventory/host_vars/hubs-dev.fedorainfracloud.org index 21215564e0..909cdd7604 100644 --- a/inventory/host_vars/hubs-dev.fedorainfracloud.org +++ b/inventory/host_vars/hubs-dev.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora25_x86_64 }}" instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,all-icmp-persistent,default,web-80-anywhere-persistent,web-443-anywhere-persistent +security_group: ssh-anywhere-persistent,all-icmp-persistent,default,web-80-anywhere-persistent,web-443-anywhere-persistent,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/iddev.fedorainfracloud.org b/inventory/host_vars/iddev.fedorainfracloud.org index 8ac1fdf53d..e729e61afd 100644 --- a/inventory/host_vars/iddev.fedorainfracloud.org +++ b/inventory/host_vars/iddev.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] ansible_ifcfg_blacklist: true diff --git a/inventory/host_vars/insim.fedorainfracloud.org b/inventory/host_vars/insim.fedorainfracloud.org index f689bd0b51..5720910268 100644 --- a/inventory/host_vars/insim.fedorainfracloud.org +++ b/inventory/host_vars/insim.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora25_x86_64 }}" instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/java-deptools.fedorainfracloud.org b/inventory/host_vars/java-deptools.fedorainfracloud.org index 7d06d29a9c..00c32c0490 100644 --- a/inventory/host_vars/java-deptools.fedorainfracloud.org +++ b/inventory/host_vars/java-deptools.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora24_x86_64 }}" instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/lists-dev.fedorainfracloud.org b/inventory/host_vars/lists-dev.fedorainfracloud.org index 906c4f9064..2ea58b3430 100644 --- a/inventory/host_vars/lists-dev.fedorainfracloud.org +++ b/inventory/host_vars/lists-dev.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.large keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/magazine.fedorainfracloud.org b/inventory/host_vars/magazine.fedorainfracloud.org index 9c20a7654c..cb5a73ae00 100644 --- a/inventory/host_vars/magazine.fedorainfracloud.org +++ b/inventory/host_vars/magazine.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.large keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,allow-nagios-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,allow-nagios-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/modernpaste.fedorainfracloud.org b/inventory/host_vars/modernpaste.fedorainfracloud.org index 0f8f4b8b7e..bcddcaf05b 100644 --- a/inventory/host_vars/modernpaste.fedorainfracloud.org +++ b/inventory/host_vars/modernpaste.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora23_x86_64 }}" instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/modularity.fedorainfracloud.org b/inventory/host_vars/modularity.fedorainfracloud.org index fb9e5f3803..6f8d3a3c30 100644 --- a/inventory/host_vars/modularity.fedorainfracloud.org +++ b/inventory/host_vars/modularity.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "Fedora-Cloud-Base-24 (Final)" instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: modularity,ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: modularity,ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/piwik.fedorainfracloud.org b/inventory/host_vars/piwik.fedorainfracloud.org index f3b14e3f79..55ac47f0e6 100644 --- a/inventory/host_vars/piwik.fedorainfracloud.org +++ b/inventory/host_vars/piwik.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora24_x86_64 }}" instance_type: m1.large keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/qadevel.cloud.fedoraproject.org b/inventory/host_vars/qadevel.cloud.fedoraproject.org deleted file mode 100644 index 6bf9e9dadb..0000000000 --- a/inventory/host_vars/qadevel.cloud.fedoraproject.org +++ /dev/null @@ -1,2 +0,0 @@ ---- -host_backup_targets: ['/var/lib/phabricator/files', '/srv/backup'] diff --git a/inventory/host_vars/regcfp.fedorainfracloud.org b/inventory/host_vars/regcfp.fedorainfracloud.org index cf8c74bf06..bc4e4e7382 100644 --- a/inventory/host_vars/regcfp.fedorainfracloud.org +++ b/inventory/host_vars/regcfp.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/respins.fedorainfracloud.org b/inventory/host_vars/respins.fedorainfracloud.org index 14b207c8ae..18cd44304d 100644 --- a/inventory/host_vars/respins.fedorainfracloud.org +++ b/inventory/host_vars/respins.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: wide-open-persistent,default +security_group: wide-open-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 6969] diff --git a/inventory/host_vars/shumgrepper-dev.fedorainfracloud.org b/inventory/host_vars/shumgrepper-dev.fedorainfracloud.org index 6cc2116e37..c9cfeb281d 100644 --- a/inventory/host_vars/shumgrepper-dev.fedorainfracloud.org +++ b/inventory/host_vars/shumgrepper-dev.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/taiga.fedorainfracloud.org b/inventory/host_vars/taiga.fedorainfracloud.org index 1b4716a3a1..4748024d61 100644 --- a/inventory/host_vars/taiga.fedorainfracloud.org +++ b/inventory/host_vars/taiga.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora25_x86_64 }}" instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-443-anywhere-persistent,web-80-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-443-anywhere-persistent,web-80-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/taigastg.fedorainfracloud.org b/inventory/host_vars/taigastg.fedorainfracloud.org index b4232f6716..bdadd96ed5 100644 --- a/inventory/host_vars/taigastg.fedorainfracloud.org +++ b/inventory/host_vars/taigastg.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora23_x86_64 }}" instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-443-anywhere-persistent,web-80-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-443-anywhere-persistent,web-80-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/testdays.fedorainfracloud.org b/inventory/host_vars/testdays.fedorainfracloud.org index 88cf721469..b5fa08542b 100644 --- a/inventory/host_vars/testdays.fedorainfracloud.org +++ b/inventory/host_vars/testdays.fedorainfracloud.org @@ -2,7 +2,7 @@ image: 'rhel7-20141015' instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443]