-
Notifications
You must be signed in to change notification settings - Fork 92
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
python script to create secureCRT sessions for breakout #8
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xorrkaz
reviewed
Aug 12, 2021
@@ -0,0 +1,48 @@ | |||
id: win2019 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this. Can you include a README for this node def that explains how to go about getting/building an image def for it? Also, can you lowercase "microsoft" to be consistent with other vendor names here.
sorry, didnt realize i committed the node def...
still learning here.. is there a way i can pull that back?
i was working on putting that on a different branch.. but got busy
with my real job lol.
…On Thu, Aug 12, 2021 at 3:39 PM Joe Clarke ***@***.***> wrote:
@xorrkaz commented on this pull request.
________________________________
In node-definitions/Microsoft/win server 2019.yaml:
> @@ -0,0 +1,48 @@
+id: win2019
Thanks for doing this. Can you include a README for this node def that explains how to go about getting/building an image def for it? Also, can you lowercase "microsoft" to be consistent with other vendor names here.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
i removed it off of my fork... let me know if you can still see it...
i can re-add it later when i get a bit to write it up properly
…On Thu, Aug 12, 2021 at 3:39 PM Joe Clarke ***@***.***> wrote:
@xorrkaz commented on this pull request.
________________________________
In node-definitions/Microsoft/win server 2019.yaml:
> @@ -0,0 +1,48 @@
+id: win2019
Thanks for doing this. Can you include a README for this node def that explains how to go about getting/building an image def for it? Also, can you lowercase "microsoft" to be consistent with other vendor names here.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
conceptual-perception
pushed a commit
to conceptual-perception/cml-community
that referenced
this pull request
Sep 23, 2024
# This is the 1st commit message: Add an overarching README for the CCNA labs. # This is the commit message CiscoDevNet#2: Add Check Point Gaia node and image definition (CiscoDevNet#43) * Adds Check Point Gaia security appliances * add a readme * Moving path to allow other CP platforms # This is the commit message CiscoDevNet#3: Remove min_count property. # This is the commit message CiscoDevNet#4: Add some warning text about how best to use ISE. # This is the commit message CiscoDevNet#5: Use markdown properly. # This is the commit message CiscoDevNet#6: Add Windows Server 2022. (CiscoDevNet#45) # This is the commit message CiscoDevNet#7: Add a link to Katherine's blog on getting ISE eval. # This is the commit message CiscoDevNet#8: Bump documented memory to 256 MB. # This is the commit message CiscoDevNet#9: Improve out of the box use of FTDv. Submitted by: Tomas Mikuska # This is the commit message CiscoDevNet#10: Allow for a min_count for interfaces. # This is the commit message CiscoDevNet#11: Improve out of the box use. Submitted by: Tomas Mikuska # This is the commit message CiscoDevNet#12: Correct interface numbering. # This is the commit message CiscoDevNet#13: Make the day0 proper JSON.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
its not perfect... but it works pretty well for routers/switches/wan emulators....
i havnt tried servers and stuff like that yet...
Let me know what you think.
thanks
Ben