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

Handle disabling zerotouch for some vEOS versions #275

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

emjemj
Copy link
Collaborator

@emjemj emjemj commented Nov 3, 2021

Some versions of vEOS requires disabling zerotouch before it functions as expected.

self.disable_zerotouch = False

# list of images that require us to disable zerotouch for proper function
requires_zerotouch_disable = ['vEOS-lab-4.27.0F.vmdk']

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why only on this code?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm inclined to agree. Shouldn't we generally turn this off?

Is there a downside to always turning it off? Seems like the simpler thing...

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

Successfully merging this pull request may close these issues.

None yet

3 participants