-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBerksfile
31 lines (29 loc) · 1.02 KB
/
Berksfile
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
source "https://supermarket.chef.io"
metadata
cookbook "openstack-common",
github: "openstack/cookbook-openstack-common",
branch: "stable/liberty"
cookbook "openstack-network",
github: "openstack/cookbook-openstack-network",
branch: "stable/liberty"
cookbook "openstack-compute",
github: "openstack/cookbook-openstack-compute",
branch: "stable/liberty"
cookbook "openstack-block-storage",
github: "openstack/cookbook-openstack-block-storage",
branch: "stable/liberty"
cookbook "openstack-identity",
github: "openstack/cookbook-openstack-identity",
branch: "stable/liberty"
cookbook "openstack-image",
github: "openstack/cookbook-openstack-image",
branch: "stable/liberty"
cookbook "openstack-orchestration",
github: "openstack/cookbook-openstack-orchestration",
branch: "stable/liberty"
cookbook "openstack-bare-metal",
github: "openstack/cookbook-openstack-bare-metal",
branch: "stable/liberty"
cookbook "openstack-telemetry",
github: "openstack/cookbook-openstack-telemetry",
branch: "stable/liberty"