Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
addressed code review from @pjbreaux
Browse files Browse the repository at this point in the history
  • Loading branch information
jputrino committed Apr 22, 2016
1 parent b817323 commit d8325ec
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docs/how-to_onboard-ve-image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Follow the steps below to launch a Heat stack to import the VE image. Once the V
* - F5 VE Image URL
- must be a publicly-accessible (i.e., ``http``) URL from which the F5 VE image can be downloaded
* - F5 VE Image Name
- the VE file name (e.g., :file:`BIGIP-11.6.0.6.0.442.LTM.qcow2.zip`)
- the VE file name (e.g., :file:`BIGIP-11.6.0.6.0.442.qcow2`)

5. Click :guilabel:`Launch`.

Expand Down
6 changes: 3 additions & 3 deletions unsupported/ve/standalone/f5_base_instance_deploy_10_nic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,13 @@ parameter_groups:
resources:

bigip_data_security_group:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/bigip_data_security_group.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/bigip_data_security_group.yaml

bigip_mgmt_security_group:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/bigip_mgmt_security_group.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/bigip_mgmt_security_group.yaml

f5_ve_instance:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/f5_ve_standalone_10_nic.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/f5_ve_standalone_10_nic.yaml
properties:
ve_image: { get_param: f5_ve_os_image }
ve_flavor: { get_param: f5_ve_os_flavor }
Expand Down
6 changes: 3 additions & 3 deletions unsupported/ve/standalone/f5_base_instance_deploy_4_nic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ parameter_groups:
resources:

bigip_data_security_group:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/bigip_data_security_group.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/bigip_data_security_group.yaml

bigip_mgmt_security_group:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/bigip_mgmt_security_group.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/bigip_mgmt_security_group.yaml

f5_ve_instance:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/f5_ve_standalone_4_nic.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/f5_ve_standalone_4_nic.yaml
properties:
ve_image: { get_param: f5_ve_os_image }
ve_flavor: { get_param: f5_ve_os_flavor }
Expand Down
6 changes: 3 additions & 3 deletions unsupported/ve/standalone/f5_base_instance_deploy_5_nic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ parameter_groups:
resources:

bigip_data_security_group:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/bigip_data_security_group.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/bigip_data_security_group.yaml

bigip_mgmt_security_group:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/bigip_mgmt_security_group.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/bigip_mgmt_security_group.yaml

f5_ve_instance:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/f5_ve_standalone_5_nic.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/f5_ve_standalone_5_nic.yaml
properties:
ve_image: { get_param: f5_ve_os_image }
ve_flavor: { get_param: f5_ve_os_flavor }
Expand Down
6 changes: 3 additions & 3 deletions unsupported/ve/standalone/f5_base_instance_deploy_6_nic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,13 @@ parameter_groups:
resources:

bigip_data_security_group:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/bigip_data_security_group.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/bigip_data_security_group.yaml

bigip_mgmt_security_group:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/bigip_mgmt_security_group.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/bigip_mgmt_security_group.yaml

f5_ve_instance:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/f5_ve_standalone_6_nic.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/f5_ve_standalone_6_nic.yaml
properties:
ve_image: { get_param: f5_ve_os_image }
ve_flavor: { get_param: f5_ve_os_flavor }
Expand Down
6 changes: 3 additions & 3 deletions unsupported/ve/standalone/f5_base_instance_deploy_7_nic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,13 @@ parameter_groups:
resources:

bigip_data_security_group:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/bigip_data_security_group.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/bigip_data_security_group.yaml

bigip_mgmt_security_group:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/bigip_mgmt_security_group.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/bigip_mgmt_security_group.yaml

f5_ve_instance:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/f5_ve_standalone_7_nic.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/f5_ve_standalone_7_nic.yaml
properties:
ve_image: { get_param: f5_ve_os_image }
ve_flavor: { get_param: f5_ve_os_flavor }
Expand Down
6 changes: 3 additions & 3 deletions unsupported/ve/standalone/f5_base_instance_deploy_8_nic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,13 @@ parameter_groups:
resources:

bigip_data_security_group:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/bigip_data_security_group.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/bigip_data_security_group.yaml

bigip_mgmt_security_group:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/bigip_mgmt_security_group.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/bigip_mgmt_security_group.yaml

f5_ve_instance:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/f5_ve_standalone_8_nic.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/f5_ve_standalone_8_nic.yaml
properties:
ve_image: { get_param: f5_ve_os_image }
ve_flavor: { get_param: f5_ve_os_flavor }
Expand Down
6 changes: 3 additions & 3 deletions unsupported/ve/standalone/f5_base_instance_deploy_9_nic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,13 @@ parameter_groups:
resources:

bigip_data_security_group:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/bigip_data_security_group.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/bigip_data_security_group.yaml

bigip_mgmt_security_group:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/bigip_mgmt_security_group.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/bigip_mgmt_security_group.yaml

f5_ve_instance:
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/templates/ve/common/f5_ve_standalone_9_nic.yaml
type: https://raw.githubusercontent.com/F5Networks/f5-openstack-heat/develop/unsupported/ve/common/f5_ve_standalone_9_nic.yaml
properties:
ve_image: { get_param: f5_ve_os_image }
ve_flavor: { get_param: f5_ve_os_flavor }
Expand Down

0 comments on commit d8325ec

Please sign in to comment.