Home
last modified time | relevance | path

Searched refs:appliance (Results 1 – 25 of 1951) sorted by relevance

12345678910>>...79

/dports/misc/py-toil/toil-5.4.0/src/toil/
H A D__init__.py191 checkDockerSchema(appliance)
194 return appliance
196 return checkDockerImageExists(appliance=appliance)
275 return appliance
301 appliance = appliance.lower()
304 if ':' in appliance:
306 appliance = appliance[:-(len(':' + tag))] # remove only the tag
314 if '/' in appliance and '.' in appliance.split('/')[0]:
324 if not appliance:
326 elif '://' in appliance:
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/tests/manual-test-cases/Group13-vMotion/
H A D13-1-vMotion-VCH-Appliance.md14 1. Install a new VCH appliance onto one of the hosts within the vCenter server
15 2. Power down the VCH appliance
16 3. vMotion the VCH appliance to a new host
17 4. Power on the VCH appliance and run a variety of docker commands
18 5. Delete the VCH appliance
19 6. Install a new VCH appliance onto one of the hosts within the vCenter server
20 7. While the VCH appliance is powered on, vMotion the VCH appliance to a new host
21 8. Run a variety of docker commands on the VCH appliance after it has moved
22 9. Delete the VCH appliance
23 10. Install a new VCH appliance onto on the hosts within the vCenter server
[all …]
/dports/www/p5-Woothee/Woothee-v1.10.0/t/testsets/
H A Dappliance.yaml5 category: appliance
12 category: appliance
19 category: appliance
25 category: appliance
32 category: appliance
38 category: appliance
45 category: appliance
52 category: appliance
59 category: appliance
65 category: appliance
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/tests/test-cases/Group1-Docker-Commands/
H A D1-13-Docker-Version.md5 To verify that docker version command is supported by VIC appliance
14 1. Deploy VIC appliance to the vSphere server
15 2. Issue a docker version command to the new VIC appliance
16 3. Issue a docker version --format '{{.Client.Version}}' command to the new VIC appliance
17 4. Issue a docker1.11 version --format '{{.Client.APIVersion}}' command to the new VIC appliance
18 5. Issue a docker1.13 version --format '{{.Client.APIVersion}}' command to the new VIC appliance
19 6. Issue a docker version --format '{{.Client.GoVersion}}' command to the new VIC appliance
20 7. Issue a docker version --format '{{.Server.Version}}' command to the new VIC appliance
21 8. Issue a docker1.11 version --format '{{.Server.APIVersion}}' command to the new VIC appliance
24 11. Issue a docker version --format '{{.Server.GoVersion}}' command to the new VIC appliance
[all …]
H A D1-14-Docker-Kill.md5 To verify that docker kill command is supported by VIC appliance
14 1. Deploy VIC appliance to vSphere server
15 2. Issue docker create busybox sleep 300 to the VIC appliance
16 3. Issue docker start <containerID> to the VIC appliance
17 4. Issue docker kill <containerID> to the VIC appliance
18 5. Issue docker start <containerID> to the VIC appliance
19 6. Issue docker kill -s HUP <containerID> to the VIC appliance
21 8. Issue docker kill fakeContainer to the VIC appliance
22 9. Issue docker create nginx to the VIC appliance
23 10. Issue docker start <containerID to the VIC appliance
[all …]
H A D1-11-Docker-RM.md5 To verify that docker rm command is supported by VIC appliance
14 1. Deploy VIC appliance to vSphere server
16 3. Issue docker rm <containerID> to the VIC appliance
17 4. Issue docker create busybox ls to the VIC appliance
19 6. Issue docker rm <containerID> to the VIC appliance
22 9. Issue docker rm <containerID> to the VIC appliance
24 11. Issue docker rm fakeContainer to the VIC appliance
27 14. Issue docker rm test to the VIC appliance
31 18. Issue volume ls to the VIC appliance
35 22. Issue volume ls to the VIC appliance
[all …]
H A D1-44-Docker-CP-Online.md17 4. Issue docker cp online:/newdir newdir to the new VIC appliance
19 6. Issue docker cp online:/newdir/. bar to the new VIC appliance
24 11. Issue docker cp ./foo.txt online:/ to the new VIC appliance
25 12. Issue docker cp ./bar online:/ to the new VIC appliance
29 16. Issue docker cp ./bar online_vol:/vol1/ to the new VIC appliance
32 19. Issue docker cp content offline:/vol1 to the new VIC appliance
34 21. Issue docker cp offline:/vol1 . to the new VIC appliance
39 26. Issue docker cp online_vol:/dne/dne . to the new VIC appliance
40 27. Issue docker cp online_vol:/dne/. . to the new VIC appliance
53 40. Issue docker cp ./mnt subVol:/ to the new VIC appliance
[all …]
H A D1-08-Docker-Logs.md5 To verify that docker logs command is supported by VIC appliance
14 1. Deploy VIC build 1.3.1 to appliance to vSphere server
16 3. Issue docker start <containerID> to the VIC appliance
17 4. Issue docker logs <containerID> to the VIC appliance
18 5. Issue docker logs --tail=all <containerID> to the VIC appliance
19 6. Issue docker logs --tail=200 <containerID> to the VIC appliance
20 7. Issue docker logs --tail=0 <containerID> to the VIC appliance
22 9. Issue docker start <containerID> to the VIC appliance
23 10. Issue docker logs --follow <containerID> to the VIC appliance
25 12. Issue docker start <containerID> to the VIC appliance
[all …]
H A D1-12-Docker-RMI.md5 To verify that docker rmi command is supported by VIC appliance
14 1. Deploy VIC appliance to vSphere server
15 2. Issue docker pull busybox to the VIC appliance
16 3. Issue docker rmi busybox to the VIC appliance
17 4. Issue docker pull busybox to the VIC appliance
19 6. Issue docker rm <containerID> to the VIC appliance
20 7. Issue docker rmi busybox to the VIC appliance
21 8. Issue docker pull busybox to the VIC appliance
23 10. Issue docker rmi busybox to the VIC appliance
24 11. Issue docker rmi -f busybox to the VIC appliance
[all …]
H A D1-16-Docker-Network-LS.md5 To verify that docker network ls command is supported by VIC appliance
14 1. Deploy VIC appliance to vSphere server
15 2. Issue docker network ls to the VIC appliance
16 3. Issue docker network ls -q to the VIC appliance
17 4. Issue docker network ls -f name=bridge to the VIC appliance
18 5. Issue docker network ls -f name=fakeName to the VIC appliance
19 6. Issue docker network create --label=foo foo-network to the VIC appliance
20 7. Issue docker network ls -f label=foo to the VIC appliance
21 8. Issue docker network ls --no-trunc to the VIC appliance
H A D1-43-Docker-CP-Offline.md5 To verify that docker cp command for offline containers is supported by VIC appliance
16 3. Issue docker cp foo.txt offline:/ to the new VIC appliance
22 9. Issue docker cp bar offline:/bar to the new VIC appliance
25 12. Issue docker cp offline:/dne/dne . to the new VIC appliance
26 13. Issue docker cp offline:/dne/. . to the new VIC appliance
27 14. Issue docker cp dne/ offline:/ to the new VIC appliance
30 17. Issue docker cp largefile.txt ${cid}:/small to the new VIC appliance
33 20. Issue docker cp foo.txt ${cid}:/vol1 to the new VIC appliance
37 24. Issue docker cp foo.txt ${cid}:/vol1/vol2 to the new VIC appliance
58 45. Issue docker cp ./mnt subVol:/ to the new VIC appliance
[all …]
H A D1-22-Docker-Volume-RM.md5 To verify that docker volume rm command is supported by VIC appliance
14 1. Deploy VIC appliance to vSphere server
15 2. Issue docker volume create --name=test to the VIC appliance
16 3. Issue docker volume create --name=test2 to the VIC appliance
17 4. Issue docker volume rm test to the VIC appliance
18 5. Issue docker create -v test2:/test busybox to the VIC appliance
19 6. Issue docker volume rm test2 to the VIC appliance
20 7. Issue docker volume rm test3 to the VIC appliance
21 8. Issue docker rm <containerID from Step 5> to the VIC appliance
22 9. Issue docker volume rm test2 to the VIC appliance
H A D1-09-Docker-Attach.md5 To verify that docker attach command is supported by VIC appliance
16 1. Deploy VIC appliance to vSphere server
17 2. Issue docker create -it busybox /bin/top to the VIC appliance
18 3. Issue docker start <containerID> to the VIC appliance
19 4. Issue docker attach <containerID> to the VIC appliance
21 6. Issue docker create -it busybox /bin/top to the VIC appliance
23 8. Issue docker start <containerID> to the VIC appliance
24 9. Issue docker attach --detach-keys="a" <containerID> to the VIC appliance
27 12. Issue docker attach fakeContainer to the VIC appliance
H A D1-06-Docker-Run.md5 To verify that docker run command is supported by VIC appliance
14 1. Deploy VIC appliance to vSphere server
15 2. Issue docker run busybox dmesg to the VIC appliance
16 3. Issue docker run busybox -i dmesg to the VIC appliance
17 4. Issue docker run -it busybox /bin/top to the VIC appliance
19 6. Issue docker run busybox /bin/top to the VIC appliance
20 7. Issue docker run busybox fakeCommand to the VIC appliance
21 8. Issue docker run fakeImage /bin/bash to the VIC appliance
22 9. Issue docker run -d --name busy3 busybox /bin/top to the VIC appliance
24 11. Issue docker run -it busybox /bin/df to the VIC appliance
[all …]
H A D1-07-Docker-Stop.md5 To verify that docker stop command is supported by VIC appliance
14 1. Deploy VIC appliance to vSphere server
15 2. Issue docker create busybox sleep 30 to the VIC appliance
16 3. Issue docker stop <containerID> to the VIC appliance
17 4. Issue docker start <containerID> to the VIC appliance
18 5. Issue docker stop <containerID> to the VIC appliance
19 6. Issue docker start <containerID> to the VIC appliance
20 7. Issue docker stop -t 2 <containerID> to the VIC appliance
21 8. Issue docker stop fakeContainer to the VIC appliance
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/nortel/
H A DRAPID-HA-MIB47 belong to local appliance."
54 belong to peer appliance."
75 "Indicates current status of local appliance.
78 as-primary-active: The local appliance that is the primary appliance of
81 as-secondary-active: The local appliance that is the secondary appliance of
84 aa-primary-ative: The local appliance that is the primary appliance of
86 aa-secondary-active: The local appliance that is the secondary appliance of
88 aa-primary-takeover: The local appliance that is the primary appliance of
90 aa-secondary-takeover: The local appliance of the secondary appliance of
114 "Indicates current status of peer appliance.
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/watchguard/
H A DWATCHGUARD-HA-MIB47 belong to local appliance."
54 belong to peer appliance."
75 "Indicates current status of local appliance.
78 as-primary-active: The local appliance that is the primary appliance of
81 as-secondary-active: The local appliance that is the secondary appliance of
84 aa-primary-ative: The local appliance that is the primary appliance of
86 aa-secondary-active: The local appliance that is the secondary appliance of
88 aa-primary-takeover: The local appliance that is the primary appliance of
90 aa-secondary-takeover: The local appliance of the secondary appliance of
114 "Indicates current status of peer appliance.
[all …]
/dports/net-mgmt/observium/observium/mibs/watchguard/
H A DRAPID-HA-MIB47 belong to local appliance."
54 belong to peer appliance."
75 "Indicates current status of local appliance.
78 as-primary-active: The local appliance that is the primary appliance of
81 as-secondary-active: The local appliance that is the secondary appliance of
84 aa-primary-ative: The local appliance that is the primary appliance of
86 aa-secondary-active: The local appliance that is the secondary appliance of
88 aa-primary-takeover: The local appliance that is the primary appliance of
90 aa-secondary-takeover: The local appliance of the secondary appliance of
114 "Indicates current status of peer appliance.
[all …]
H A DWATCHGUARD-HA-MIB47 belong to local appliance."
54 belong to peer appliance."
75 "Indicates current status of local appliance.
78 as-primary-active: The local appliance that is the primary appliance of
81 as-secondary-active: The local appliance that is the secondary appliance of
84 aa-primary-ative: The local appliance that is the primary appliance of
86 aa-secondary-active: The local appliance that is the secondary appliance of
88 aa-primary-takeover: The local appliance that is the primary appliance of
90 aa-secondary-takeover: The local appliance of the secondary appliance of
114 "Indicates current status of peer appliance.
[all …]
/dports/net-mgmt/observium/observium/mibs/cisco/
H A DCISCO-APPLIANCE-REDUNDANCY-MIB44 management appliance devices. The HA functinality is
51 an appliance.
59 the standby appliance at regular intervals.
63 mode; that is, the appliance is up but no application
70 The active appliance and standby appliance periodically poll
72 appliance, it will become the active appliance. This is
106 active - The appliance is the active appliance.
145 connectivity to active appliance.
167 on the standby appliance."
180 active appliance."
[all …]
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/cisco/
H A DCISCO-APPLIANCE-REDUNDANCY-MIB.my44 management appliance devices. The HA functinality is
51 an appliance.
59 the standby appliance at regular intervals.
63 mode; that is, the appliance is up but no application
70 The active appliance and standby appliance periodically poll
72 appliance, it will become the active appliance. This is
106 active - The appliance is the active appliance.
145 connectivity to active appliance.
167 on the standby appliance."
180 active appliance."
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/scripts/vcsa/
H A Dcreate-vcsa-vm.sh73 cis.appliance.root.passwd=$password
74 cis.appliance.root.shell=/bin/bash
78 cis.appliance.net.addr.family=ipv4
79 cis.appliance.ssh.enabled=True
98 opts+=(cis.appliance.net.addr=$ip
99 cis.appliance.net.prefix=$prefix
100 cis.appliance.net.dns.servers=$dns
101 cis.appliance.net.gateway=$gateway)
105 cis.appliance.ntp.servers="$ntp"
106 cis.appliance.net.mode=$mode
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/scripts/vcsa/
H A Dcreate-vcsa-vm.sh73 cis.appliance.root.passwd=$password
74 cis.appliance.root.shell=/bin/bash
78 cis.appliance.net.addr.family=ipv4
79 cis.appliance.ssh.enabled=True
98 opts+=(cis.appliance.net.addr=$ip
99 cis.appliance.net.prefix=$prefix
100 cis.appliance.net.dns.servers=$dns
101 cis.appliance.net.gateway=$gateway)
105 cis.appliance.ntp.servers="$ntp"
106 cis.appliance.net.mode=$mode
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/tests/manual-test-cases/Group5-Functional-Tests/
H A D5-12-Multiple-VLAN.md5 To verify the VIC appliance works when the vCenter appliance has multiple portgroups on different V…
15 2. Install the VIC appliance into one of the clusters
16 3. Run a variety of docker commands on the VCH appliance
17 4. Uninstall the VIC appliance
19 6. Install the VIC appliance into one of the clusters
20 7. Run a variety of docker commands on the VCH appliance
23 Each VCH appliance should deploy without error and each of the docker commands executed against it …
/dports/net/p5-Net-Appliance-Phrasebook/Net-Appliance-Phrasebook-2.103642/
H A DChanges14 libnet-appliance-phrasebook-perl (1.8) UNRELEASED; urgency=low
21 libnet-appliance-phrasebook-perl (1.7) UNRELEASED; urgency=low
28 libnet-appliance-phrasebook-perl (1.6) UNRELEASED; urgency=low
34 libnet-appliance-phrasebook-perl (1.5) UNRELEASED; urgency=low
41 libnet-appliance-phrasebook-perl (1.4) unstable; urgency=low
47 libnet-appliance-phrasebook-perl (1.3) unstable; urgency=low
53 libnet-appliance-phrasebook-perl (1.2) unstable; urgency=low
60 libnet-appliance-phrasebook-perl (0.1) unstable; urgency=low
66 libnet-appliance-phrasebook-perl (0.09) unstable; urgency=low
72 libnet-appliance-phrasebook-perl (0.08) unstable; urgency=low
[all …]

12345678910>>...79