implement (in golang) a configurator tool [alessandro sanino]
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
Research direction
No source files or tests are named. Start by locating the existing task-language configurators behind ops cloud eks config, then review the proposed ops -configurator description.json entry point and descriptor fields. Done should cover interactive values for the listed field types, configuration-variable storage, and saving and reading the configuration as a Kubernetes CRD.
Written by the indexing model from the issue text.
Description
Why you need it?
THere are many interactive configurators in ops: for example ops cloud eks config
They are implemented in task language but it is not ideal.
It would be better to provide a tool for it
How it could be?
a tool in go doing ops -configurator description.json
where the descriptor can be like:
[{
"name": "WHI",
"label": "Why do you recommend Apache OpenServerless?",
"type": "textarea",
"required": "true"
}, {
"name": "JOB",
"label": "What is your job role?",
"type": "text",
"required": "true"
}, {
"name": "TONE",
"label": "What tone should the post have?",
"type": "text",
"required": "true"
}]
executing the configurator it will ask for the values and store then as configuration variables.
Form Field: a dictionary
label: the descriptionname: the field used in the inputrequired: is it required?type: can betext,textarea,checkbox,radio,file- if
radio:options: array of options
- if
file:- upload a (small!) file in base64
CRD support
it is important that the configurator will be able to save the configuration as a CRD so you can put it in a kubernetes cluster and able to read them back as environment variables from a crd
Other related information
Add any other context or screenshots about the feature request here.
- Dominant language
- Python
- Stars
- 576
- Forks
- 29
- Avg merge
- 51m
- Merged PRs (30d)
- 13
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from apache/openserverless
-
help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
apache/openserverless#253 ·
-
help wanted
apache/openserverless#254 · 3 comments · 1 assignee ·
-
help wanted
Difficulty 3/5 1-2 days Newbie friendliness 45/100
apache/openserverless#252 ·
-
enhancement
Difficulty 5/5 Over a week Newbie friendliness 25/100
apache/openserverless#215 ·
-
bug
Difficulty 4/5 3-5 days Newbie friendliness 58/100
apache/openserverless#214 ·
All issues in apache/openserverless
Similar issues
-
Add: hunch Open
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
AbdelStark/awesome-typesafe#104 ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
DiamondLightSource/dodal#2211 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
openml/openml-python#1749 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
sipyourdrink-ltd/bernstein#6191 ·