diff --git a/Openstack/pv176-server-default.yaml b/Openstack/pv176-server-default.yaml index a2e6b1c9a282f9a4f6e78acf888e4621b3e42e35..00c8e85ac3cd51e0e6dcb12460de5ce086e5528b 100644 --- a/Openstack/pv176-server-default.yaml +++ b/Openstack/pv176-server-default.yaml @@ -3,47 +3,6 @@ heat_template_version: 2013-05-23 description: > Deploys a new Active Directory forest domain controller. parameters: - key_name: - description: Name of an existing EC2 KeyPair to encrypt the Admin password - type: string - - instance_type: - description: EC2 instance type - type: string - default: m1.small - constraints: - - allowed_values: [m1.sminy, m1.small, m1.medium, m1.large m1.xlarge] - description: must be a valid EC2 instance type. - - image_id: - default: Windows Server 2012 R2 Std Eval VHD - description: Windows image version of choice - type: string - constraints: - - allowed_values: [ Windows Server 2012 Std Eval VHD, Windows Server 2012 R2 Std Eval VHD ] - description: must be a valid Windows image - - network_id: - type: string - description: Id of an existing network - - domain_name: - default: cloudbase.local - description: The domain name - type: string - constraints: - - length: { min: 3, max: 256 } - - allowed_pattern: "[A-Za-z0-9]+(?=[\\.\\-][a-zA-Z0-9])*\\.[a-zA-z09]+" - description : must be a valid DNS name. - - domain_netbios_name: - default: CLOUDBASE - description: The Netbios domain name - type: string - constraints: - - length: { min: 1, max: 15 } - - allowed_pattern: "[a-zA-Z][a-zA-Z0-9]*" - description: must begin with a letter and contain only alphanumeric characters. safe_mode_administrator_password: default: P@ssw0rd @@ -55,12 +14,11 @@ parameters: description: must contain letters numbers and symbols resources: - dc: + server: type: OS::Nova::Server properties: - image: { get_param: image_id } - flavor: { get_param: instance_type } - key_name: { get_param: key_name } + image: 73ff33dc-346d-46c8-8786-3bbc97e21c64 + flavor: m1.large networks: - uuid: { get_param: network_id } user_data: