Skip to content

Commit

Permalink
bumping gns3fy to 0.3.0 which no longer the node_type is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
davidban77 committed Sep 11, 2019
1 parent 2933305 commit 7de4fdf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,8 @@ Here are some examples of how to use the module.
project_name: new_lab
nodes_spec:
- name: alpine-1
node_type: docker
template: alpine
- name: alpine-2
node_type: docker
template: alpine
links_spec:
- ['alpine-1', 'eth0', 'alpine-2', 'eth1']
Expand Down Expand Up @@ -179,16 +177,12 @@ gns3_url: "http://dev_gns3server"
gns3_project_name: test_ansible
gns3_nodes_spec:
- name: veos-1
node_type: qemu
template: "vEOS-4.21.5F"
- name: veos-2
node_type: qemu
template: "vEOS-4.21.5F"
- name: ios-1
node_type: iou
template: "IOU-15.4"
- name: ios-2
node_type: iou
template: "IOU-15.4"
gns3_nodes_strategy: one_by_one
gns3_links_spec:
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: "davidban77"
name: "gns3"
version: "1.2.0"
version: "1.2.1"
readme: "README.md"
description: "Module to interact with GNS3 server REST API based on gns3fy"
authors:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ansible>=2.8.0
gns3fy>=0.2.0
gns3fy>=0.3.0
4 changes: 0 additions & 4 deletions test/playbooks/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@ gns3_url: "http://dev_gns3server"
gns3_project_name: test_ansible
gns3_nodes_spec:
- name: veos-1
node_type: qemu
template: "vEOS-4.21.5F"
- name: veos-2
node_type: qemu
template: "vEOS-4.21.5F"
- name: ios-1
node_type: iou
template: "IOU-15.4"
- name: ios-2
node_type: iou
template: "IOU-15.4"
gns3_nodes_strategy: one_by_one
gns3_links_spec:
Expand Down

0 comments on commit 7de4fdf

Please sign in to comment.