Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
virl-utils-hs-fulda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Rieger
virl-utils-hs-fulda
Commits
bda75d73
Commit
bda75d73
authored
9 years ago
by
Sebastian Rieger
Browse files
Options
Downloads
Patches
Plain Diff
- added support for new glance version in Cisco VIRL 1.0.0
parent
f7dd9342
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
create-arista-veos-image/create-arista-veos-image.sh
+3
-1
3 additions, 1 deletion
create-arista-veos-image/create-arista-veos-image.sh
create-arista-veos-image/dynamic-subtype-vEOS.json
+1
-1
1 addition, 1 deletion
create-arista-veos-image/dynamic-subtype-vEOS.json
with
4 additions
and
2 deletions
create-arista-veos-image/create-arista-veos-image.sh
+
3
−
1
View file @
bda75d73
...
...
@@ -9,6 +9,8 @@
# V1.2 added dynamic handling of device mapping of extacted partitions
# V1.21 checking whether it safe to unmount working directories
# V1.3 added support to delete existing image with the same name and generating the default nova flavor
# V1.31 added support for newer glance releases (e.g. kilo) used in VIRL 1.0.0
# usage
if
[
!
$#
-eq
3
]
;
then
...
...
@@ -197,7 +199,7 @@ rm $VEOS_VMDK_BASENAME.raw
echo
echo
"Importing image into glance..."
echo
"==========================================================="
glance image-create
--container-format
bare
--disk-format
qcow2
--is
-
public
true
--name
$GLANCE_IMAGE_NAME
\
glance image-create
--container-format
bare
--disk-format
qcow2
--
v
is
ibility
public
--name
$GLANCE_IMAGE_NAME
\
--file
$TMP_NAME
.qcow2
--property
hw_disk_bus
=
ide
--property
serial
=
1
\
--property
hw_vif_model
=
e1000
--property
hw_cdrom_type
=
ide
--property
release
=
"
$GLANCE_IMAGE_RELEASE
"
--property
subtype
=
IOSv
--property
config_disk_type
=
disk
...
...
This diff is collapsed.
Click to expand it.
create-arista-veos-image/dynamic-subtype-vEOS.json
+
1
−
1
View file @
bda75d73
...
...
@@ -18,7 +18,7 @@
"vnc_available"
:
false
,
"interface_management"
:
"Management1"
,
"interface_range"
:
7
,
"baseline_flavor"
:
"vEOS.
small
"
"baseline_flavor"
:
"vEOS.
medium
"
}
]
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment