Skip to content

Commit

Permalink
updat dist
Browse files Browse the repository at this point in the history
  • Loading branch information
seattlevine committed May 7, 2019
1 parent 3a3190f commit 762e729
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/do.examples.collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@
"request": {
"body": {
"mode": "raw",
"raw": "{\n \"schemaVersion\": \"1.0.0\",\n \"class\": \"Device\",\n \"async\": true,\n \"label\": \"Basic onboarding\",\n \"Common\": {\n \"class\": \"Tenant\",\n \"hostname\": \"bigip.example.com\",\n \"myLicense\": {\n \"class\": \"License\",\n \"licenseType\": \"regKey\",\n \"regKey\": \"AAAAA-BBBBB-CCCCC-DDDDD-EEEEEEE\"\n },\n \"myDns\": {\n \"class\": \"DNS\",\n \"nameServers\": [\n \"8.8.8.8\",\n \"2001:4860:4860::8844\"\n ],\n \"search\": [\n \"f5.com\"\n ]\n },\n \"myNtp\": {\n \"class\": \"NTP\",\n \"servers\": [\n \"0.pool.ntp.org\",\n \"1.pool.ntp.org\",\n \"2.pool.ntp.org\"\n ],\n \"timezone\": \"UTC\"\n },\n \"root\": {\n \"class\": \"User\",\n \"userType\": \"root\",\n \"oldPassword\": \"default\",\n \"newPassword\": \"myNewPass1word\"\n },\n \"admin\": {\n \"class\": \"User\",\n \"userType\": \"regular\",\n \"password\": \"asdfjkl\",\n \"shell\": \"bash\"\n },\n \"guestUser\": {\n \"class\": \"User\",\n \"userType\": \"regular\",\n \"password\": \"guestNewPass1\",\n \"partitionAccess\": {\n \"Common\": {\n \"role\": \"guest\"\n }\n }\n },\n \"anotherUser\": {\n \"class\": \"User\",\n \"userType\": \"regular\",\n \"password\": \"myPass1word\",\n \"shell\": \"none\",\n \"partitionAccess\": {\n \"all-partitions\": {\n \"role\": \"guest\"\n }\n }\n },\n \"myProvisioning\": {\n \"class\": \"Provision\",\n \"ltm\": \"nominal\",\n \"gtm\": \"minimum\"\n },\n \"internal\": {\n \"class\": \"VLAN\",\n \"tag\": 4093,\n \"mtu\": 1500,\n \"interfaces\": [\n {\n \"name\": \"1.2\",\n \"tagged\": true\n }\n ]\n },\n \"internal-self\": {\n \"class\": \"SelfIp\",\n \"address\": \"10.10.0.100/24\",\n \"vlan\": \"internal\",\n \"allowService\": \"default\",\n \"trafficGroup\": \"traffic-group-local-only\"\n },\n \"external\": {\n \"class\": \"VLAN\",\n \"tag\": 4094,\n \"mtu\": 1500,\n \"interfaces\": [\n {\n \"name\": \"1.1\",\n \"tagged\": true\n }\n ]\n },\n \"external-self\": {\n \"class\": \"SelfIp\",\n \"address\": \"10.20.0.100/24\",\n \"vlan\": \"external\",\n \"allowService\": \"none\",\n \"trafficGroup\": \"traffic-group-local-only\"\n },\n \"default\": {\n \"class\": \"Route\",\n \"gw\": \"10.10.0.1\",\n \"network\": \"default\",\n \"mtu\": 1500\n },\n \"dbvars\": {\n \"class\": \"DbVariables\",\n \"ui.advisory.enabled\": true,\n \"ui.advisory.color\": \"green\",\n \"ui.advisory.text\": \"/Common/hostname\"\n }\n }\n}"
"raw": "{\n \"schemaVersion\": \"1.0.0\",\n \"class\": \"Device\",\n \"async\": true,\n \"label\": \"my BIG-IP declaration for declarative onboarding\",\n \"Common\": {\n \"class\": \"Tenant\",\n \"hostname\": \"bigip.example.com\",\n \"myLicense\": {\n \"class\": \"License\",\n \"licenseType\": \"regKey\",\n \"regKey\": \"AAAAA-BBBBB-CCCCC-DDDDD-EEEEEEE\"\n },\n \"myDns\": {\n \"class\": \"DNS\",\n \"nameServers\": [\n \"8.8.8.8\",\n \"2001:4860:4860::8844\"\n ],\n \"search\": [\n \"f5.com\"\n ]\n },\n \"myNtp\": {\n \"class\": \"NTP\",\n \"servers\": [\n \"0.pool.ntp.org\",\n \"1.pool.ntp.org\",\n \"2.pool.ntp.org\"\n ],\n \"timezone\": \"UTC\"\n },\n \"root\": {\n \"class\": \"User\",\n \"userType\": \"root\",\n \"oldPassword\": \"default\",\n \"newPassword\": \"myNewPass1word\"\n },\n \"admin\": {\n \"class\": \"User\",\n \"userType\": \"regular\",\n \"password\": \"asdfjkl\",\n \"shell\": \"bash\"\n },\n \"guestUser\": {\n \"class\": \"User\",\n \"userType\": \"regular\",\n \"password\": \"guestNewPass1\",\n \"partitionAccess\": {\n \"Common\": {\n \"role\": \"guest\"\n }\n }\n },\n \"anotherUser\": {\n \"class\": \"User\",\n \"userType\": \"regular\",\n \"password\": \"myPass1word\",\n \"shell\": \"none\",\n \"partitionAccess\": {\n \"all-partitions\": {\n \"role\": \"guest\"\n }\n }\n },\n \"myProvisioning\": {\n \"class\": \"Provision\",\n \"ltm\": \"nominal\",\n \"gtm\": \"minimum\"\n },\n \"internal\": {\n \"class\": \"VLAN\",\n \"tag\": 4093,\n \"mtu\": 1500,\n \"interfaces\": [\n {\n \"name\": \"1.2\",\n \"tagged\": true\n }\n ]\n },\n \"internal-self\": {\n \"class\": \"SelfIp\",\n \"address\": \"10.10.0.100/24\",\n \"vlan\": \"internal\",\n \"allowService\": \"default\",\n \"trafficGroup\": \"traffic-group-local-only\"\n },\n \"external\": {\n \"class\": \"VLAN\",\n \"tag\": 4094,\n \"mtu\": 1500,\n \"interfaces\": [\n {\n \"name\": \"1.1\",\n \"tagged\": true\n }\n ]\n },\n \"external-self\": {\n \"class\": \"SelfIp\",\n \"address\": \"10.20.0.100/24\",\n \"vlan\": \"external\",\n \"allowService\": \"none\",\n \"trafficGroup\": \"traffic-group-local-only\"\n },\n \"default\": {\n \"class\": \"Route\",\n \"gw\": \"10.10.0.1\",\n \"network\": \"default\",\n \"mtu\": 1500\n },\n \"dbvars\": {\n \"class\": \"DbVariables\",\n \"ui.advisory.enabled\": true,\n \"ui.advisory.color\": \"green\",\n \"ui.advisory.text\": \"/Common/hostname\"\n }\n }\n}"
},
"description": "Basic onboarding",
"description": "my BIG-IP declaration for declarative onboarding",
"header": [
{
"key": "Content-Type",
Expand Down
Binary file removed dist/f5-declarative-onboarding-1.3.0-4.noarch.rpm
Binary file not shown.
1 change: 0 additions & 1 deletion dist/f5-declarative-onboarding-1.3.0-4.noarch.rpm.sha256

This file was deleted.

Binary file added dist/f5-declarative-onboarding-1.4.0-1.noarch.rpm
Binary file not shown.
1 change: 1 addition & 0 deletions dist/f5-declarative-onboarding-1.4.0-1.noarch.rpm.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b1f2e3ec593f60db8d4d31917756d11c9262336eed5d6fc99f6e1d269b017b6f f5-declarative-onboarding-1.4.0-1.noarch.rpm

0 comments on commit 762e729

Please sign in to comment.