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

Shared VPC issue during build #2078

Open
fbiagio opened this issue Jan 24, 2023 · 0 comments
Open

Shared VPC issue during build #2078

fbiagio opened this issue Jan 24, 2023 · 0 comments

Comments

@fbiagio
Copy link

fbiagio commented Jan 24, 2023

Hi, it's not possible to use a sharedVPC network in workflow "rhel_9_byos.wf.json" + "ISP_enterprise_linux.wf.json"

In the run-installer-prep step I already add section NetworkInterfaces.[Network

`
...
...
...
"CreateInstances": [
{
"Name": "inst-installerprep",
"NetworkInterfaces" : [{
"Network": "projects/prj-XXXXXXXX-001/regions/europe-west3/subnetworks/sub-XXXXXXX-core-ew3"}],

...
...
...
`

Unfortunatly we obtain the error below
[Daisy] Errors in one or more workflows: build-rhel-9-byos: step "build-rhel" validation error: step "run-installer-prep" validation error: missing reference for network "

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

No branches or pull requests

1 participant