-
Notifications
You must be signed in to change notification settings - Fork 10
/
plugins.yml
82 lines (82 loc) · 2.78 KB
/
plugins.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
plugins:
sys:
name: sys
description: >
management of cloudmesh release
url: https://github.com/cloudmesh/cloudmesh-sys
pip:
- pip install cloudmesh-sys
uninstall:
- pip uninstall cloudmesh-sys
git-broken:
- pip install -e "git+https://github.com/cloudmesh/cloudmesh-sys#egg=cloudmesh-sys"
source:
- git clone https://github.com/cloudmesh/cloudmesh-sys.git
- cd cloudmesh-sys
- pip install .
status: production
aws:
name: aws
description: >
management of cloudmesh aws
url: https://github.com/cloudmesh/cloudmesh-aws
pip:
- pip install cloudmesh-aws
uninstall:
- pip uninstall cloudmesh-aws
git-broken:
- pip install -e "git+https://github.com/cloudmesh/cloudmesh-aws#egg=cloudmesh-aws"
source:
- git clone https://github.com/cloudmesh/cloudmesh-aws.git
- cd cloudmesh-aws
- pip install .
status: draft
azure:
name: azure
description: >
management of cloudmesh azure
url: https://github.com/cloudmesh/cloudmesh-azure
pip:
- pip install cloudmesh-azure
uninstall:
- pip uninstall cloudmesh-azure
git-broken:
- pip install -e "git+https://github.com/cloudmesh/cloudmesh-azure#egg=cloudmesh-azure"
source:
- git clone https://github.com/cloudmesh/cloudmesh-azure.git
- cd cloudmesh-azure
- pip install .
status: draft
batch:
name: batch
description: >
management of cloudmesh batch
url: https://github.com/cloudmesh/cloudmesh-batch
pip:
- pip install cloudmesh-batch
uninstall:
- pip uninstall cloudmesh-batch
git-broken:
- pip install -e "git+https://github.com/cloudmesh/cloudmesh-batch#egg=cloudmesh-batch"
source:
- git clone https://github.com/cloudmesh/cloudmesh-batch.git
- cd cloudmesh-batch
- pip install .
status: draft
openstack:
name: openstack
description: >
management of cloudmesh openstack
url: https://github.com/cloudmesh/cloudmesh-openstack
pip:
- pip install cloudmesh-openstack
uninstall:
- pip uninstall cloudmesh-openstack
git-broken:
- pip install -e "git+https://github.com/cloudmesh/cloudmesh-openstack#egg=cloudmesh-openstack"
source:
- git clone https://github.com/cloudmesh/cloudmesh-openstack.git
- cd cloudmesh-openstack
- pip install .
status: draft