Merge pull request #262 from adosztal/master

New F5 releases & Network Automation container update
This commit is contained in:
Julien Duponchelle 2017-08-21 09:49:47 +02:00 committed by GitHub
commit 92e887a47c
3 changed files with 44 additions and 1 deletions

View File

@ -27,6 +27,13 @@
"options": "-smp 2 -cpu host"
},
"images": [
{
"filename": "BIGIP-13.0.0.2.0.1671.qcow2",
"version": "13.0.0 HF2",
"md5sum": "62d27f37c66118710c69c07a2ee78d67",
"filesize": 4435476480,
"download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-ip/big-ip_v13.x/13.0.0/english/virtual-edition_base-plus-hf2/&sw=BIG-IP&pro=big-ip_v13.x&ver=13.0.0&container=Virtual-Edition_Base-Plus-HF2&file=BIGIP-13.0.0.2.0.1671.LTM.qcow2.zip"
},
{
"filename": "BIGIP-13.0.0.0.0.1645.qcow2",
"version": "13.0.0",
@ -34,6 +41,13 @@
"filesize": 3833135104,
"download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-ip/big-ip_v13.x/13.0.0/english/virtual-edition/&sw=BIG-IP&pro=big-ip_v13.x&ver=13.0.0&container=Virtual-Edition&file=BIGIP-13.0.0.0.0.1645.ALL.qcow2.zip"
},
{
"filename": "BIGIP-12.1.2.1.0.271.LTM.qcow2",
"version": "12.1.2 HF1",
"md5sum": "b34301c3945b7ddb88f41195efef1104",
"filesize": 3764846592,
"download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-ip/big-ip_v12.x/12.1.2/english/virtual-edition_base-plus-hf1/&sw=BIG-IP&pro=big-ip_v12.x&ver=12.1.2&container=Virtual-Edition_Base-Plus-HF1&file=BIGIP-12.1.2.1.0.271.LTM.qcow2.zip"
},
{
"filename": "BIGIP-12.1.2.0.0.249.qcow2",
"version": "12.1.2",
@ -93,6 +107,13 @@
}
],
"versions": [
{
"name": "13.0.0 HF2",
"images": {
"hda_disk_image": "BIGIP-13.0.0.2.0.1671.qcow2",
"hdb_disk_image": "empty100G.qcow2"
}
},
{
"name": "13.0.0",
"images": {
@ -100,6 +121,13 @@
"hdb_disk_image": "empty100G.qcow2"
}
},
{
"name": "12.1.2 HF1",
"images": {
"hda_disk_image": "BIGIP-12.1.2.1.0.271.LTM.qcow2",
"hdb_disk_image": "empty100G.qcow2"
}
},
{
"name": "12.1.2",
"images": {

View File

@ -29,6 +29,13 @@
"options": "-smp 2 -cpu host"
},
"images": [
{
"filename": "BIG-IQ-5.3.0.0.0.1119.qcow2",
"version": "5.3.0",
"md5sum": "75f06ba59f858c3828d47dcf8caf3775",
"filesize": 3269263360,
"download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-iq/big-iq_cm/5.3.0/english/v5.3.0/&sw=BIG-IQ&pro=big-iq_CM&ver=5.3.0&container=v5.3.0&file=BIG-IQ-5.3.0.0.0.1119.qcow2.zip"
},
{
"filename": "BIG-IQ-5.2.0.0.0.5741.qcow2",
"version": "5.2.0",
@ -67,6 +74,13 @@
}
],
"versions": [
{
"name": "5.3.0",
"images": {
"hda_disk_image": "BIG-IQ-5.3.0.0.0.1119.qcow2",
"hdb_disk_image": "empty100G.qcow2"
}
},
{
"name": "5.2.0",
"images": {

View File

@ -10,7 +10,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y --no-install-rec
&& apt-get update && apt-get -y --no-install-recommends install ansible \
&& rm -rf /var/lib/apt/lists/* \
&& pip install --upgrade pip \
&& pip install cryptography netmiko napalm pyntc
&& pip install cryptography netmiko napalm pyntc \
&& pip install --upgrade paramiko
VOLUME [ "/root" ]
CMD [ "sh", "-c", "cd; exec bash -i" ]