kaname 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -3
- data/lib/kaname.rb +2 -1
- data/lib/kaname/generator.rb +1 -1
- data/lib/kaname/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fecf82e5211dff768de2a1ce1278b57d3b856913
|
|
4
|
+
data.tar.gz: e1a1309a4ae878c634f2deeb7cd8854a99786673
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e482a5b7e1b81c543c799f62e18288d34f02e6814110ff4bf3ae9547ccdb99bbbd63ca45cd301ef9d4f636a4bef557897d60debd32777bba948ff4b1604b79a
|
|
7
|
+
data.tar.gz: 9d4d37441dfa32264d97d6b7e10e7d11bd3beffd37ad48fd77a47fca66829aa143ca43d61d35164cf577fcdbc788841cbb88b6c209417524c47be10790b6f777
|
data/README.md
CHANGED
|
@@ -17,12 +17,10 @@ You can define keystone configuration for OpenStack via YAML format. Like follow
|
|
|
17
17
|
```yaml
|
|
18
18
|
antipop:
|
|
19
19
|
email: "antipop@example.com"
|
|
20
|
-
password: "awesome-password"
|
|
21
20
|
tenants:
|
|
22
21
|
production: "cto"
|
|
23
22
|
hsbt:
|
|
24
23
|
email: "hsbt@example.com"
|
|
25
|
-
password: "awesome-password"
|
|
26
24
|
tenants:
|
|
27
25
|
development: "admin"
|
|
28
26
|
production: "member"
|
|
@@ -43,7 +41,8 @@ run following command.
|
|
|
43
41
|
|
|
44
42
|
```sh
|
|
45
43
|
$ kaname diff # You can see difference of definition
|
|
46
|
-
$ kaname apply # You can
|
|
44
|
+
$ kaname apply # You can see all of invoke commands(dryrun)
|
|
45
|
+
$ kaname apply --dryrun false # apply configuration into OpenStack
|
|
47
46
|
```
|
|
48
47
|
|
|
49
48
|
You can create user and user's role with tenant.
|
data/lib/kaname.rb
CHANGED
data/lib/kaname/generator.rb
CHANGED
data/lib/kaname/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kaname
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- SHIBATA Hiroshi
|
|
@@ -174,3 +174,4 @@ signing_key:
|
|
|
174
174
|
specification_version: 4
|
|
175
175
|
summary: Identity configuration tool for OpenStack.
|
|
176
176
|
test_files: []
|
|
177
|
+
has_rdoc:
|