Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

required attributes in metadata.rb #8

Closed
jimdowling opened this issue Mar 16, 2015 · 8 comments
Closed

required attributes in metadata.rb #8

jimdowling opened this issue Mar 16, 2015 · 8 comments
Assignees

Comments

@jimdowling
Copy link
Contributor

The Cookbook Attribute tab in Angular doesn't separately display "required", "optional", etc.

@abhimanyubabbar
Copy link
Contributor

Can you give me the url of the cookbook that you are using which has separate required and the optional attributes ?

@jimdowling
Copy link
Contributor Author

@kamalhakim
Copy link
Member

@babbarshaer any update on this?

@abhimanyubabbar
Copy link
Contributor

Not yet. Will work on recreating the issue.

@abhimanyubabbar
Copy link
Contributor

@kamalhakim
Hey I checked by loading the cookbook but found that the cookbook meta data that the core returns to the ui doesn't contain the information about the required attribute.

An extract :

"attributes": [
{
"default": "80",
"name": "ndb/DataMemory"
},
{
"default": "",
"name": "ndb/IndexMemory"
},
{
"default": "64",
"name": "memcached/mem_size"
},
{
"default": "root",
"name": "ndb/user"
},
{
"default": "root",
"name": "ndb/group"
},
{
"default": "true",
"name": "ndb/enabled"
},
{
"default": "/var/lib/mysql-cluster",
"name": "ndb/root_dir"
}

So the required attribute from core is missing for attribute "name": "ndb/DataMemory"

@kamalhakim
Copy link
Member

I will have a look at it, thanks.

@kamalhakim kamalhakim self-assigned this Apr 17, 2015
@kamalhakim
Copy link
Member

@babbarshaer btw, which cookbook was it?

@abhimanyubabbar
Copy link
Contributor

kouzant added a commit to kouzant/karamel that referenced this issue May 31, 2023
…ency issues (karamelchef#4)

[CLOUD-543] Print Karamel version in logs

[CLOUD-543] Leave old method untouched for easy reference in the future

[CLOUD-543] Lock also another region which may reconnect the client (karamelchef#5)

[CLOUD-570] Serialize execution of some recipes on multiple machines (karamelchef#7)

[CLOUD-570] Make recipes parallelism configurable

[CLOUD-570] Ignore recipe parallelism if less than or equal to zero

[CLOUD-570] Fix deadlock by moving the lock after queuing, right before execution

[CLOUD-570] Log information of lock claims

[CLOUD-570] Documentation

[CLOUD-556] Wait for a while before exit so that web UI can catch up (karamelchef#8)

increase heap size to 6gb (karamelchef#9)

[CLOUD-580] Make working directory configurable by environment variable (karamelchef#6)

[CLOUD-580] Update documentation

[no_remote_conf_sync] Fix
SirOibaf pushed a commit to SirOibaf/karamel that referenced this issue Jun 8, 2023
…ency issues (#4)

[CLOUD-543] Print Karamel version in logs

[CLOUD-543] Leave old method untouched for easy reference in the future

[CLOUD-543] Lock also another region which may reconnect the client (#5)

[CLOUD-570] Serialize execution of some recipes on multiple machines (karamelchef#7)

[CLOUD-570] Make recipes parallelism configurable

[CLOUD-570] Ignore recipe parallelism if less than or equal to zero

[CLOUD-570] Fix deadlock by moving the lock after queuing, right before execution

[CLOUD-570] Log information of lock claims

[CLOUD-570] Documentation

[CLOUD-556] Wait for a while before exit so that web UI can catch up (karamelchef#8)

increase heap size to 6gb (karamelchef#9)

[CLOUD-580] Make working directory configurable by environment variable (karamelchef#6)

[CLOUD-580] Update documentation

[no_remote_conf_sync] Fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants