Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-vRABlueprint does not return all data #203

Open
msherian opened this issue Jul 4, 2019 · 0 comments
Open

Get-vRABlueprint does not return all data #203

msherian opened this issue Jul 4, 2019 · 0 comments

Comments

@msherian
Copy link

msherian commented Jul 4, 2019

I have noticed a variance between PowerVRA and CloudClient

When enumerating the Components in PowerVRA the contents are missing:
for a vSphere VM:
provisioning_workflow : @{facets=; permittedValues=; data=}
memory : @{facets=; permittedValues=; data=}
disks : @{facets=; permittedValues=; data=}
blueprint_type : @{facets=; permittedValues=; data=}
cpu : @{facets=; permittedValues=; data=}
storage : @{facets=; permittedValues=; data=}
source_machine_name : @{facets=; permittedValues=; data=}
guest_customization_specification : @{facets=; permittedValues=; data=}
_cluster : @{facets=; permittedValues=; data=}
security_groups : @{facets=; permittedValues=; data=}
reservation_policy : @{facets=; permittedValues=; data=}
max_network_adapters : @{facets=; permittedValues=; data=}
Machine.SSH : @{facets=; permittedValues=; data=}
max_volumes : @{facets=; permittedValues=; data=}
nics : @{facets=; permittedValues=; data=}
action : @{facets=; permittedValues=; data=}
security_tags : @{facets=; permittedValues=; data=}
allow_storage_policies : @{facets=; permittedValues=; data=}
machine_prefix : @{facets=; permittedValues=; data=}
display_location : @{facets=; permittedValues=; data=}
source_machine : @{facets=; permittedValues=; data=}

Where as a cloudclient export contains:
vSphere__vCenter__Machine_1:
type: Infrastructure.CatalogItem.Machine.Virtual.vSphere
data:
Machine.SSH:
default: 'true'
required: false
secured: false
visible: false
_cluster:
default: 2
max: 2
min: 2
action:
fixed: FullClone
allow_storage_policies:
fixed: false
blueprint_type:
fixed: '1'
cpu:
default: 1
max: 2
min: 1
disks:
- capacity: 60
custom_properties: null
id: 1561473852894
initial_location: ''
is_clone: true
label: Hard disk 1
storage_reservation_policy: ''
userCreated: false
volumeId: 0
- capacity: 50
id: 1555319705253
initial_location: ''
is_clone: false
label: ''
storage_reservation_policy: ''
userCreated: true
volumeId: 1
guest_customization_specification: rhel7
machine_prefix:
fixed:
id: rhapigwalvt
max_network_adapters: {}
max_volumes:
fixed: 2
memory:
default: 4096
max: 4096
min: 4096
nics:
- address: ''
assignment_type: Static
id: 0
load_balancing: ''
network: ${resource~ext_net[redacted]infoblox}
network_profile: ext_net
[redacted]_infoblox
provisioning_workflow:
fixed:
id: CloneWorkflow
label: CloneWorkflow
reservation_policy:
id: [redacted]-policy
label: [redacted]-policy
security_groups: []
security_tags:
- ${_resourcetgvmtest}
- ${_resource
tgvmcore}
source_machine:
fixed:
id: d2bb691a-a5c8-497d-a9e3-f37548aa99ab
label: rhel7-base-vrealize-image-0.0.0.12-latest
source_machine_name:
fixed: rhel7-base-vrealize-image-0.0.0.12-latest
storage:
default: 110
max: 120
min: 110
propertyGroups:
- automationdefaultrhel
- [redacted]
- InfobloxPropertyGroup
- cmdbproperties

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants