Quantcast
Channel: VMware Communities : All Content - All Communities
Viewing all articles
Browse latest Browse all 180329

Issue allocating IP addresses on vRA8

$
0
0

Unable to allocate an IP address.  Continuously receiving a .169 after customization.  I found a related article about including 'assignment: static' but no luck. 

 

Using below code

formatVersion: 1

inputs:

  os-image:

    type: string

    oneOf:

      - title: Windows Server 2016

        const: Windows Server 2016

      - title: Windows Server 2019

        const: Windows Server 2019

    title: Select Operating System

    description: Specify which OS to be deployed on the machine.

  hardware-config:

    type: string

    oneOf:

      - title: Small

        const: Small

      - title: Medium

        const: Medium

      - title: Large

        const: Large

    title: Machine Size

    description: Specify size of the VM.

resources:

  VM1:

    type: Cloud.vSphere.Machine

    properties:

      image: '${input.os-image}'

      customizationSpec: 1_vRA CS 2016

      flavor: '${input.hardware-config}'

      networks:

        - network: '${resource.DC-01-NP.id}'

          assignment: static

  DC-01-NP:

    type: Cloud.vSphere.Network

    properties:

      networkType: existing

 

 

formatVersion: 1
inputs:
  os-image:
    type: string
    oneOf:
      - title: Windows Server 2016
        const: Windows Server 2016
      - title: Windows Server 2019
        const: Windows Server 2019
    title: Select Operating System
    description: Specify which OS to be deployed on the machine.
  hardware-config:
    type: string
    oneOf:
      - title: Small
        const: Small
      - title: Medium
        const: Medium
      - title: Large
        const: Large
    title: Machine Size
    description: Specify size of the VM.
resources:
  VM-002:
    type: Cloud.vSphere.Machine
    properties:
      image: '${input.os-image}'
      customizationSpec: 1_VRA ECI 2016
      flavor: '${input.hardware-config}'
      networks:
        - network: '${resource.MIT-INF00-VLAN238-NP.id}'
          assignment: static
  MIT-INF00-VLAN238-NP:
    type: Cloud.vSphere.Network
    properties:
      networkType: existing

Viewing all articles
Browse latest Browse all 180329

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>