occi-core 5.0.0.beta.13 → 5.0.0.beta.14
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/lib/occi/core/version.rb +1 -1
- data/lib/occi/infrastructure_ext/constants.rb +7 -3
- data/lib/occi/infrastructure_ext/warehouse/mixins/attributes/eu.egi.fedcloud.compute.default_connectivity.yml +7 -0
- data/lib/occi/infrastructure_ext/warehouse/mixins/default_connectivity.yml +9 -0
- data/lib/occi/infrastructure_ext/warehouse/mixins/nat_net.yml +7 -0
- data/lib/occi/infrastructure_ext/warehouse/mixins/private_net.yml +7 -0
- data/lib/occi/infrastructure_ext/warehouse/mixins/public_net.yml +7 -0
- metadata +7 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83d306e26641639a0b848992726e04c14f787cdc
|
|
4
|
+
data.tar.gz: 20c6d620598f5826f1be8fdd5b983a7139aa2e40
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7e66f446ce76219515c3ba7b96a90356986ea55d00125c86b718a516dd392d27addce2539f19ca02feda0c3867d06e57933316815adf3d2988777d15aaae189
|
|
7
|
+
data.tar.gz: 1f1eb32f15a178c930d59b7b288a1bdd02f4623753e837d80e450318b8c7053807cf3d683972a0db7f169d09043ca67001c38d486a704b450086ac4000ee738d
|
data/lib/occi/core/version.rb
CHANGED
|
@@ -3,7 +3,7 @@ module Occi
|
|
|
3
3
|
MAJOR_VERSION = 5 # Major update constant
|
|
4
4
|
MINOR_VERSION = 0 # Minor update constant
|
|
5
5
|
PATCH_VERSION = 0 # Patch/Fix version constant
|
|
6
|
-
STAGE_VERSION = 'beta.
|
|
6
|
+
STAGE_VERSION = 'beta.14'.freeze # use `nil` for production releases
|
|
7
7
|
|
|
8
8
|
unless defined?(::Occi::Core::VERSION)
|
|
9
9
|
VERSION = [
|
|
@@ -14,9 +14,13 @@ module Occi
|
|
|
14
14
|
SECURITY_GROUP_LINK_KIND = 'http://schemas.ogf.org/occi/infrastructure#securitygrouplink'.freeze
|
|
15
15
|
|
|
16
16
|
# Mixins
|
|
17
|
-
AVAILABILITY_ZONE_MIXIN
|
|
18
|
-
REGION_MIXIN
|
|
19
|
-
FLOATINGIPPOOL_MIXIN
|
|
17
|
+
AVAILABILITY_ZONE_MIXIN = 'http://schemas.ogf.org/occi/infrastructure#availability_zone'.freeze
|
|
18
|
+
REGION_MIXIN = 'http://schemas.ogf.org/occi/infrastructure#region'.freeze
|
|
19
|
+
FLOATINGIPPOOL_MIXIN = 'http://schemas.openstack.org/network#floatingippool'.freeze
|
|
20
|
+
PUBLIC_NET_MIXIN = 'http://schemas.fedcloud.egi.eu/occi/infrastructure/network#public_net'.freeze
|
|
21
|
+
PRIVATE_NET_MIXIN = 'http://schemas.fedcloud.egi.eu/occi/infrastructure/network#private_net'.freeze
|
|
22
|
+
NAT_NET_MIXIN = 'http://schemas.fedcloud.egi.eu/occi/infrastructure/network#nat_net'.freeze
|
|
23
|
+
DEFAULT_CONNECT_MIXIN = 'http://schemas.fedcloud.egi.eu/occi/infrastructure/compute#default_connectivity'.freeze
|
|
20
24
|
end
|
|
21
25
|
end
|
|
22
26
|
end
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
term: default_connectivity
|
|
3
|
+
schema: http://schemas.fedcloud.egi.eu/occi/infrastructure/compute#
|
|
4
|
+
title: OCCI Default Connectivity mixin
|
|
5
|
+
attributes:
|
|
6
|
+
- eu.egi.fedcloud.compute.default_connectivity
|
|
7
|
+
location: /mixin/default_connectivity/
|
|
8
|
+
applies:
|
|
9
|
+
- http://schemas.ogf.org/occi/infrastructure#compute
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: occi-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.0.beta.
|
|
4
|
+
version: 5.0.0.beta.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Boris Parak
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2017-08-
|
|
13
|
+
date: 2017-08-02 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: json
|
|
@@ -561,6 +561,11 @@ files:
|
|
|
561
561
|
- lib/occi/infrastructure_ext/warehouse/kinds/securitygrouplink.yml
|
|
562
562
|
- lib/occi/infrastructure_ext/warehouse/mixins/.gitkeep
|
|
563
563
|
- lib/occi/infrastructure_ext/warehouse/mixins/attributes/.gitkeep
|
|
564
|
+
- lib/occi/infrastructure_ext/warehouse/mixins/attributes/eu.egi.fedcloud.compute.default_connectivity.yml
|
|
565
|
+
- lib/occi/infrastructure_ext/warehouse/mixins/default_connectivity.yml
|
|
566
|
+
- lib/occi/infrastructure_ext/warehouse/mixins/nat_net.yml
|
|
567
|
+
- lib/occi/infrastructure_ext/warehouse/mixins/private_net.yml
|
|
568
|
+
- lib/occi/infrastructure_ext/warehouse/mixins/public_net.yml
|
|
564
569
|
- lib/occi/monkey_island/boolean.rb
|
|
565
570
|
- lib/occi/monkey_island/hash.rb
|
|
566
571
|
- occi-core.gemspec
|