clowder-common-ruby 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +202 -0
- data/README.md +63 -0
- data/Rakefile +8 -0
- data/bin/json_schema_ruby +32 -0
- data/bin/ruby_class_converter.rb +103 -0
- data/bin/schema.json +401 -0
- data/lib/clowder-common-ruby.rb +6 -0
- data/lib/clowder-common-ruby/config.rb +87 -0
- data/lib/clowder-common-ruby/schema.json +401 -0
- data/lib/clowder-common-ruby/test.rb +11 -0
- data/lib/clowder-common-ruby/types.rb +348 -0
- data/lib/clowder-common-ruby/version.rb +3 -0
- data/sync_config.sh +4 -0
- data/test.json +86 -0
- metadata +19 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7bf6bcdd7c43518ed4db79932add12728549082a70e1ea8097ab1ad87387a675
|
4
|
+
data.tar.gz: 07754c69c7b5b9b3986e08e4561f4f1f9e50741d57b1666d440f711ce2f7cf67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc7ba0b865914770bb59466ad7848431554d885376b30934479145bfbb0ea6ed8cbb0b6b66fb36a3c5cf9516992b972d7eda35717c1c791faa93cb094fd97604
|
7
|
+
data.tar.gz: a97d287c804602bb180414aaab8b5406f68bb264c90a5f3751f9dd3ffa6a3adb0cfc2d68c61e568b6505172795ba7417925d5f56b5e3e3e7e1b620c805c58670
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,202 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|
data/README.md
ADDED
@@ -0,0 +1,63 @@
|
|
1
|
+
clowder-common-ruby
|
2
|
+
=================
|
3
|
+
|
4
|
+
Simple client access library for the config for the Clowder operator.
|
5
|
+
|
6
|
+
Based on schema.json, the corresponding Ruby Classes are generated in types.rb.
|
7
|
+
|
8
|
+
Usage
|
9
|
+
-----
|
10
|
+
|
11
|
+
The `clowder` library provides basic values like expected web port, metrics port,
|
12
|
+
database credentials etc.
|
13
|
+
|
14
|
+
Usage:
|
15
|
+
|
16
|
+
```
|
17
|
+
require 'clowder-common-ruby'
|
18
|
+
|
19
|
+
@config ||= {}.tap do |options|
|
20
|
+
# uses ENV['ACG_CONFIG'] or you can provide the path as a method param
|
21
|
+
|
22
|
+
if ClowderCommonRuby::Config.clowder_enabled?
|
23
|
+
config = ClowderCommonRuby::Config.load
|
24
|
+
options["webPorts"] = config.webPort
|
25
|
+
options["databaseHostname"] = config.database.hostname
|
26
|
+
options["kafkaTopics"] = config.kafka_topics
|
27
|
+
# ...
|
28
|
+
else
|
29
|
+
options["webPorts"] = 3000
|
30
|
+
options["databaseHostname"] = ENV['DATABASE_HOST']
|
31
|
+
end
|
32
|
+
end
|
33
|
+
```
|
34
|
+
|
35
|
+
The ``clowder`` library also comes with several other helpers
|
36
|
+
|
37
|
+
* ``config.kafka_topics`` - returns a map of KafkaTopics using the requestedName
|
38
|
+
as the key and the topic object as the value.
|
39
|
+
* ``config.kafka_servers`` - returns a list of Kafka Broker URLs.
|
40
|
+
* ``config.object_buckets`` - returns a list of ObjectBuckets using the requestedName
|
41
|
+
as the key and the bucket object as the value.
|
42
|
+
* ``config.dependency_endpoints`` - returns a nested map using \[appName\]\[deploymentName\]
|
43
|
+
for the public services of requested applications.
|
44
|
+
* ``config.private_dependency_endpoints`` - returns a nested map using \[appName\]\[deploymentName\]
|
45
|
+
for the private services of requested applications.
|
46
|
+
|
47
|
+
|
48
|
+
See [test.json](test.json) for all available values
|
49
|
+
|
50
|
+
### Kafka Topics
|
51
|
+
|
52
|
+
Topics are structured as a hash `<requested_name> => <name>`
|
53
|
+
where requested_name is equal to the key topicName in your ClowdApp Custom Resource Definition(CRD)'s yaml
|
54
|
+
|
55
|
+
If your kafka is deployed in `local` or `app-interface` mode (see [doc](https://clowder-operator.readthedocs.io/en/latest/providers/kafka.html))
|
56
|
+
the `name` is equal to the `requested_name`.
|
57
|
+
|
58
|
+
Testing
|
59
|
+
-------
|
60
|
+
|
61
|
+
export `ACG_CONFIG="test.json"; ruby lib/clowder-common-ruby/test.rb
|
62
|
+
|
63
|
+
It inspects and prints the config file with loaded values or shows an error it the env. variable not configured correctly
|
data/Rakefile
ADDED
@@ -0,0 +1,32 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
root_dir = File.expand_path("..", __dir__)
|
4
|
+
$LOAD_PATH << File.join(root_dir, "bin")
|
5
|
+
|
6
|
+
require 'optparse'
|
7
|
+
|
8
|
+
cmd_name = File.basename($PROGRAM_NAME)
|
9
|
+
out = nil
|
10
|
+
|
11
|
+
OptionParser.new do |opts|
|
12
|
+
opts.banner = "Usage: #{cmd_name} [options]"
|
13
|
+
|
14
|
+
opts.on('-o', '--output-file ARG', 'Class definition file') do |value|
|
15
|
+
out = value
|
16
|
+
end
|
17
|
+
|
18
|
+
begin
|
19
|
+
opts.parse!(ARGV)
|
20
|
+
rescue OptionParser::ParseError => e
|
21
|
+
$stderr.puts cmd_name + ": " + e.message
|
22
|
+
$stderr.puts
|
23
|
+
$stderr.puts opts.to_s
|
24
|
+
exit 1
|
25
|
+
end
|
26
|
+
end
|
27
|
+
|
28
|
+
require 'ruby_class_converter'
|
29
|
+
|
30
|
+
converter = RubyClassConverter.new
|
31
|
+
converter.load_config(ARGV[0])
|
32
|
+
converter.create_types(out)
|
@@ -0,0 +1,103 @@
|
|
1
|
+
require "ostruct"
|
2
|
+
require "json"
|
3
|
+
require "stringio"
|
4
|
+
|
5
|
+
class RubyClassConverter
|
6
|
+
attr_reader :config
|
7
|
+
|
8
|
+
def initialize
|
9
|
+
@config = OpenStruct.new
|
10
|
+
end
|
11
|
+
|
12
|
+
def load_config(filename)
|
13
|
+
return if filename.nil? || !File.exist?(filename)
|
14
|
+
|
15
|
+
schema = File.read(filename)
|
16
|
+
@config = JSON.parse(schema, object_class: OpenStruct)
|
17
|
+
@definitions = @config.definitions
|
18
|
+
end
|
19
|
+
|
20
|
+
def create_types(filename)
|
21
|
+
File.open(filename, 'w') do |f|
|
22
|
+
f << "# This file is automatically generated by bin/json_schema_ruby\n"
|
23
|
+
f << "require 'ostruct'\n\n"
|
24
|
+
f << "module ClowderCommonRuby"
|
25
|
+
@definitions.each_pair do |k, v|
|
26
|
+
f << create_classes(k, v)
|
27
|
+
end
|
28
|
+
f << "end\n"
|
29
|
+
end
|
30
|
+
end
|
31
|
+
|
32
|
+
def create_classes(key, value)
|
33
|
+
stream = StringIO.new
|
34
|
+
|
35
|
+
stream << "\n class #{key} < OpenStruct\n"
|
36
|
+
stream << create_attributes(value)
|
37
|
+
stream << create_hash_initialize_function(value)
|
38
|
+
stream << " end\n"
|
39
|
+
|
40
|
+
stream.string
|
41
|
+
end
|
42
|
+
|
43
|
+
def create_attributes(value)
|
44
|
+
properties = value.properties
|
45
|
+
value.required.each do |r|
|
46
|
+
raise "#{r} is required" if properties.send(r).nil?
|
47
|
+
end
|
48
|
+
|
49
|
+
attributes = StringIO.new
|
50
|
+
properties.each_pair do |k, v|
|
51
|
+
attributes << " attr_accessor :#{k}\n" if v.send(:type) == "array" || v.send('$ref')
|
52
|
+
end
|
53
|
+
attributes << "\n"
|
54
|
+
|
55
|
+
attributes.string
|
56
|
+
end
|
57
|
+
|
58
|
+
def create_attribute_keys(value)
|
59
|
+
properties = value.properties
|
60
|
+
attribute_keys = StringIO.new
|
61
|
+
attribute_keys << "\n def valid_keys\n"
|
62
|
+
attribute_keys << " [].tap do |keys|\n"
|
63
|
+
properties.each_pair do |k, v|
|
64
|
+
attribute_keys << " keys << :#{k}\n"
|
65
|
+
end
|
66
|
+
attribute_keys << " end\n"
|
67
|
+
attribute_keys << " end\n"
|
68
|
+
|
69
|
+
attribute_keys.string
|
70
|
+
end
|
71
|
+
|
72
|
+
def create_hash_initialize_function(value)
|
73
|
+
init_function = StringIO.new
|
74
|
+
init_function << " def initialize(attributes)\n"
|
75
|
+
init_function << " super\n"
|
76
|
+
init_function << " raise 'The input argument (attributes) must be a hash' if (!attributes || !attributes.is_a?(Hash))\n"
|
77
|
+
init_function << "\n"
|
78
|
+
init_function << " attributes = attributes.each_with_object({}) do |(k, v), h|\n"
|
79
|
+
init_function << " raise \"The input [\#{k}] is invalid\" unless valid_keys.include?(k.to_sym)\n"
|
80
|
+
init_function << " h[k.to_sym] = v\n"
|
81
|
+
init_function << " end\n"
|
82
|
+
init_function << "\n"
|
83
|
+
value.properties.each_pair do |k, v|
|
84
|
+
if v.send(:type) == "array"
|
85
|
+
klass = v.items.send("$ref").rpartition('/').last
|
86
|
+
init_function << " @#{k} = []\n"
|
87
|
+
init_function << " attributes.fetch(:#{k.to_sym}, []).each do |attr|\n"
|
88
|
+
init_function << " @#{k} << #{klass}.new(attr)\n"
|
89
|
+
init_function << " end\n"
|
90
|
+
elsif v.send('$ref')
|
91
|
+
klass = v.send('$ref').rpartition('/').last
|
92
|
+
init_function << " @#{k} = #{klass}.new(attributes.fetch(:#{k.to_sym}, {}))\n"
|
93
|
+
end
|
94
|
+
end
|
95
|
+
init_function << " end\n"
|
96
|
+
init_function << create_attribute_keys(value)
|
97
|
+
init_function.string
|
98
|
+
end
|
99
|
+
|
100
|
+
def snakecase(str)
|
101
|
+
str.to_s.gsub(/(?<!^)[A-Z]/) { "_#{$&}" }.downcase
|
102
|
+
end
|
103
|
+
end
|
data/bin/schema.json
ADDED
@@ -0,0 +1,401 @@
|
|
1
|
+
{
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
3
|
+
"$ref": "#/definitions/AppConfig",
|
4
|
+
"$id": "https://cloud.redhat.com/schemas/clowder-appconfig",
|
5
|
+
"title": "AppConfig",
|
6
|
+
"definitions": {
|
7
|
+
"AppConfig": {
|
8
|
+
"type": "object",
|
9
|
+
"description": "ClowdApp deployment configuration for Clowder enabled apps.",
|
10
|
+
"properties": {
|
11
|
+
"privatePort": {
|
12
|
+
"description": "Defines the private port that the app should be configured to listen on for API traffic.",
|
13
|
+
"type": "integer"
|
14
|
+
},
|
15
|
+
"publicPort": {
|
16
|
+
"description": "Defines the public port that the app should be configured to listen on for API traffic.",
|
17
|
+
"type": "integer"
|
18
|
+
},
|
19
|
+
"webPort": {
|
20
|
+
"description": "Deprecated: Use 'publicPort' instead.",
|
21
|
+
"type": "integer"
|
22
|
+
},
|
23
|
+
"metricsPort": {
|
24
|
+
"description": "Defines the metrics port that the app should be configured to listen on for metric traffic.",
|
25
|
+
"type": "integer"
|
26
|
+
},
|
27
|
+
"metricsPath": {
|
28
|
+
"description": "Defines the path to the metrics server that the app should be configured to listen on for metric traffic.",
|
29
|
+
"type": "string"
|
30
|
+
},
|
31
|
+
"logging": {
|
32
|
+
"$ref": "#/definitions/LoggingConfig"
|
33
|
+
},
|
34
|
+
"kafka": {
|
35
|
+
"$ref": "#/definitions/KafkaConfig"
|
36
|
+
},
|
37
|
+
"database": {
|
38
|
+
"$ref": "#/definitions/DatabaseConfig"
|
39
|
+
},
|
40
|
+
"objectStore": {
|
41
|
+
"$ref": "#/definitions/ObjectStoreConfig"
|
42
|
+
},
|
43
|
+
"inMemoryDb": {
|
44
|
+
"$ref": "#/definitions/InMemoryDBConfig"
|
45
|
+
},
|
46
|
+
"featureFlags": {
|
47
|
+
"$ref": "#/definitions/FeatureFlagsConfig"
|
48
|
+
},
|
49
|
+
"endpoints": {
|
50
|
+
"id": "endpoints",
|
51
|
+
"type": "array",
|
52
|
+
"items": {
|
53
|
+
"$ref": "#/definitions/DependencyEndpoint"
|
54
|
+
}
|
55
|
+
},
|
56
|
+
"privateEndpoints": {
|
57
|
+
"id": "privateEndpoints",
|
58
|
+
"type": "array",
|
59
|
+
"items": {
|
60
|
+
"$ref": "#/definitions/PrivateDependencyEndpoint"
|
61
|
+
}
|
62
|
+
}
|
63
|
+
|
64
|
+
},
|
65
|
+
"required": [
|
66
|
+
"metricsPort",
|
67
|
+
"metricsPath",
|
68
|
+
"logging"
|
69
|
+
]
|
70
|
+
},
|
71
|
+
"LoggingConfig": {
|
72
|
+
"title": "LoggingConfig",
|
73
|
+
"type": "object",
|
74
|
+
"description": "Logging Configuration",
|
75
|
+
"properties": {
|
76
|
+
"type": {
|
77
|
+
"description": "Defines the type of logging configuration",
|
78
|
+
"type": "string"
|
79
|
+
},
|
80
|
+
"cloudwatch": {
|
81
|
+
"$ref": "#/definitions/CloudWatchConfig"
|
82
|
+
}
|
83
|
+
},
|
84
|
+
"required": [
|
85
|
+
"type"
|
86
|
+
]
|
87
|
+
},
|
88
|
+
"CloudWatchConfig": {
|
89
|
+
"title": "CloudWatchConfig",
|
90
|
+
"type": "object",
|
91
|
+
"description": "Cloud Watch configuration",
|
92
|
+
"properties": {
|
93
|
+
"accessKeyId": {
|
94
|
+
"description": "Defines the access key that the app should use for configuring CloudWatch.",
|
95
|
+
"type": "string"
|
96
|
+
},
|
97
|
+
"secretAccessKey": {
|
98
|
+
"description": "Defines the secret key that the app should use for configuring CloudWatch.",
|
99
|
+
"type": "string"
|
100
|
+
},
|
101
|
+
"region": {
|
102
|
+
"description": "Defines the region that the app should use for configuring CloudWatch.",
|
103
|
+
"type": "string"
|
104
|
+
},
|
105
|
+
"logGroup": {
|
106
|
+
"description": "Defines the logGroup that the app should use for configuring CloudWatch.",
|
107
|
+
"type": "string"
|
108
|
+
}
|
109
|
+
},
|
110
|
+
"required": [
|
111
|
+
"accessKeyId",
|
112
|
+
"secretAccessKey",
|
113
|
+
"region",
|
114
|
+
"logGroup"
|
115
|
+
]
|
116
|
+
},
|
117
|
+
"KafkaConfig": {
|
118
|
+
"id": "kafkaConfig",
|
119
|
+
"type": "object",
|
120
|
+
"description": "Kafka Configuration",
|
121
|
+
"properties": {
|
122
|
+
"brokers": {
|
123
|
+
"description": "Defines the brokers the app should connect to for Kafka services.",
|
124
|
+
"type": "array",
|
125
|
+
"items": {
|
126
|
+
"$ref": "#/definitions/BrokerConfig"
|
127
|
+
}
|
128
|
+
},
|
129
|
+
"topics": {
|
130
|
+
"type": "array",
|
131
|
+
"description": "Defines a list of the topic configurations available to the application.",
|
132
|
+
"items": {
|
133
|
+
"$ref": "#/definitions/TopicConfig"
|
134
|
+
}
|
135
|
+
}
|
136
|
+
},
|
137
|
+
"required": [
|
138
|
+
"brokers",
|
139
|
+
"topics"
|
140
|
+
]
|
141
|
+
},
|
142
|
+
"BrokerConfig": {
|
143
|
+
"id": "brokerConfig",
|
144
|
+
"type": "object",
|
145
|
+
"description": "Broker Configuration",
|
146
|
+
"properties": {
|
147
|
+
"hostname": {
|
148
|
+
"type": "string"
|
149
|
+
},
|
150
|
+
"port": {
|
151
|
+
"type": "integer"
|
152
|
+
}
|
153
|
+
},
|
154
|
+
"required": [
|
155
|
+
"hostname"
|
156
|
+
]
|
157
|
+
},
|
158
|
+
"TopicConfig": {
|
159
|
+
"id": "topicConfig",
|
160
|
+
"type": "object",
|
161
|
+
"description": "Topic Configuration",
|
162
|
+
"properties": {
|
163
|
+
"requestedName": {
|
164
|
+
"description": "The name that the app requested in the ClowdApp definition.",
|
165
|
+
"type": "string"
|
166
|
+
},
|
167
|
+
"name": {
|
168
|
+
"description": "The name of the actual topic on the Kafka server.",
|
169
|
+
"type": "string"
|
170
|
+
},
|
171
|
+
"consumerGroup": {
|
172
|
+
"description": "Defines the consumer group that should be used for the topic.",
|
173
|
+
"type": "string"
|
174
|
+
}
|
175
|
+
},
|
176
|
+
"required": [
|
177
|
+
"name",
|
178
|
+
"requestedName"
|
179
|
+
]
|
180
|
+
},
|
181
|
+
"DatabaseConfig": {
|
182
|
+
"id": "database",
|
183
|
+
"title": "DatabaseConfig",
|
184
|
+
"type": "object",
|
185
|
+
"description": "Database Configuration",
|
186
|
+
"properties": {
|
187
|
+
"name": {
|
188
|
+
"description": "Defines the database name.",
|
189
|
+
"type": "string"
|
190
|
+
},
|
191
|
+
"username": {
|
192
|
+
"description": "Defines a username with standard access to the database.",
|
193
|
+
"type": "string"
|
194
|
+
},
|
195
|
+
"password": {
|
196
|
+
"description": "Defines the password for the standard user.",
|
197
|
+
"type": "string"
|
198
|
+
},
|
199
|
+
"hostname": {
|
200
|
+
"description": "Defines the hostname of the database configured for the ClowdApp.",
|
201
|
+
"type": "string"
|
202
|
+
},
|
203
|
+
"port": {
|
204
|
+
"description": "Defines the port of the database configured for the ClowdApp.",
|
205
|
+
"type": "integer"
|
206
|
+
},
|
207
|
+
"adminUsername": {
|
208
|
+
"description": "Defines the pgAdmin username.",
|
209
|
+
"type": "string"
|
210
|
+
},
|
211
|
+
"adminPassword": {
|
212
|
+
"description": "Defines the pgAdmin password.",
|
213
|
+
"type": "string"
|
214
|
+
},
|
215
|
+
"rdsCa": {
|
216
|
+
"description": "Defines the CA used to access the database.",
|
217
|
+
"type": "string"
|
218
|
+
}
|
219
|
+
},
|
220
|
+
"required": [
|
221
|
+
"name",
|
222
|
+
"username",
|
223
|
+
"password",
|
224
|
+
"hostname",
|
225
|
+
"port",
|
226
|
+
"adminUsername",
|
227
|
+
"adminPassword"
|
228
|
+
]
|
229
|
+
},
|
230
|
+
"ObjectStoreBucket": {
|
231
|
+
"id": "objectStoreBucket",
|
232
|
+
"type": "object",
|
233
|
+
"description": "Object Storage Bucket",
|
234
|
+
"properties": {
|
235
|
+
"accessKey": {
|
236
|
+
"description": "Defines the access key for specificed bucket.",
|
237
|
+
"type": "string"
|
238
|
+
},
|
239
|
+
"secretKey": {
|
240
|
+
"description": "Defines the secret key for the specified bucket.",
|
241
|
+
"type": "string"
|
242
|
+
},
|
243
|
+
"requestedName": {
|
244
|
+
"description": "The name that was requested for the bucket in the ClowdApp.",
|
245
|
+
"type": "string"
|
246
|
+
},
|
247
|
+
"name": {
|
248
|
+
"description": "The actual name of the bucket being accessed.",
|
249
|
+
"type": "string"
|
250
|
+
}
|
251
|
+
},
|
252
|
+
"required": [
|
253
|
+
"name",
|
254
|
+
"requestedName"
|
255
|
+
]
|
256
|
+
},
|
257
|
+
"ObjectStoreConfig": {
|
258
|
+
"id": "objectStoreConfig",
|
259
|
+
"type": "object",
|
260
|
+
"description": "Object Storage Configuration",
|
261
|
+
"properties": {
|
262
|
+
"buckets": {
|
263
|
+
"type": "array",
|
264
|
+
"items": {
|
265
|
+
"$ref": "#/definitions/ObjectStoreBucket"
|
266
|
+
}
|
267
|
+
},
|
268
|
+
"accessKey": {
|
269
|
+
"description": "Defines the access key for the Object Storage server configuration.",
|
270
|
+
"type": "string"
|
271
|
+
},
|
272
|
+
"secretKey": {
|
273
|
+
"description": "Defines the secret key for the Object Storage server configuration.",
|
274
|
+
"type": "string"
|
275
|
+
},
|
276
|
+
"hostname": {
|
277
|
+
"description": "Defines the hostname for the Object Storage server configuration.",
|
278
|
+
"type": "string"
|
279
|
+
},
|
280
|
+
"port": {
|
281
|
+
"description": "Defines the port for the Object Storage server configuration.",
|
282
|
+
"type": "integer"
|
283
|
+
},
|
284
|
+
"tls": {
|
285
|
+
"description": "Details if the Object Server uses TLS.",
|
286
|
+
"type": "boolean"
|
287
|
+
}
|
288
|
+
},
|
289
|
+
"required": [
|
290
|
+
"hostname",
|
291
|
+
"port",
|
292
|
+
"tls"
|
293
|
+
]
|
294
|
+
},
|
295
|
+
"FeatureFlagsConfig": {
|
296
|
+
"id": "featureFlagsConfig",
|
297
|
+
"type": "object",
|
298
|
+
"description": "Feature Flags Configuration",
|
299
|
+
"properties": {
|
300
|
+
"hostname": {
|
301
|
+
"description": "Defines the hostname for the FeatureFlags server",
|
302
|
+
"type": "string"
|
303
|
+
},
|
304
|
+
"port": {
|
305
|
+
"description": "Defines the port for the FeatureFlags server",
|
306
|
+
"type": "integer"
|
307
|
+
}
|
308
|
+
},
|
309
|
+
"required":[
|
310
|
+
"hostname",
|
311
|
+
"port"
|
312
|
+
]
|
313
|
+
},
|
314
|
+
"InMemoryDBConfig": {
|
315
|
+
"id": "inMemoryDbConfig",
|
316
|
+
"type": "object",
|
317
|
+
"description": "In Memory DB Configuration",
|
318
|
+
"properties": {
|
319
|
+
"hostname": {
|
320
|
+
"description": "Defines the hostname for the In Memory DB server configuration.",
|
321
|
+
"type": "string"
|
322
|
+
},
|
323
|
+
"port": {
|
324
|
+
"description": "Defines the port for the In Memory DB server configuration.",
|
325
|
+
"type": "integer"
|
326
|
+
},
|
327
|
+
"username": {
|
328
|
+
"description": "Defines the username for the In Memory DB server configuration.",
|
329
|
+
"type": "string"
|
330
|
+
},
|
331
|
+
"password": {
|
332
|
+
"description": "Defines the password for the In Memory DB server configuration.",
|
333
|
+
"type": "string"
|
334
|
+
}
|
335
|
+
},
|
336
|
+
"required": [
|
337
|
+
"hostname",
|
338
|
+
"port"
|
339
|
+
|
340
|
+
]
|
341
|
+
},
|
342
|
+
"DependencyEndpoint": {
|
343
|
+
"id": "dependency",
|
344
|
+
"type": "object",
|
345
|
+
"description": "Dependent service connection info",
|
346
|
+
"properties": {
|
347
|
+
"name": {
|
348
|
+
"description": "The PodSpec name of the dependent service inside the ClowdApp.",
|
349
|
+
"type": "string"
|
350
|
+
},
|
351
|
+
"hostname": {
|
352
|
+
"description": "The hostname of the dependent service.",
|
353
|
+
"type": "string"
|
354
|
+
},
|
355
|
+
"port": {
|
356
|
+
"description": "The port of the dependent service.",
|
357
|
+
"type": "integer"
|
358
|
+
},
|
359
|
+
"app": {
|
360
|
+
"description": "The app name of the ClowdApp hosting the service.",
|
361
|
+
"type": "string"
|
362
|
+
}
|
363
|
+
},
|
364
|
+
"required": [
|
365
|
+
"name",
|
366
|
+
"hostname",
|
367
|
+
"port",
|
368
|
+
"app"
|
369
|
+
]
|
370
|
+
},
|
371
|
+
"PrivateDependencyEndpoint": {
|
372
|
+
"id": "privateDependency",
|
373
|
+
"type": "object",
|
374
|
+
"description": "Dependent service connection info",
|
375
|
+
"properties": {
|
376
|
+
"name": {
|
377
|
+
"description": "The PodSpec name of the dependent service inside the ClowdApp.",
|
378
|
+
"type": "string"
|
379
|
+
},
|
380
|
+
"hostname": {
|
381
|
+
"description": "The hostname of the dependent service.",
|
382
|
+
"type": "string"
|
383
|
+
},
|
384
|
+
"port": {
|
385
|
+
"description": "The port of the dependent service.",
|
386
|
+
"type": "integer"
|
387
|
+
},
|
388
|
+
"app": {
|
389
|
+
"description": "The app name of the ClowdApp hosting the service.",
|
390
|
+
"type": "string"
|
391
|
+
}
|
392
|
+
},
|
393
|
+
"required": [
|
394
|
+
"name",
|
395
|
+
"hostname",
|
396
|
+
"port",
|
397
|
+
"app"
|
398
|
+
]
|
399
|
+
}
|
400
|
+
}
|
401
|
+
}
|