Skip to content

nodes not created #32

@benbugohit

Description

@benbugohit

After several tries, comment in "add-project.sh" line 3:
#set -eu
That prevents in Centos 7.3 the creation of the nodes in the "for" statement

And in file "install-rundeck.sh, line 170, correct the file to have:
rd adhoc -p $PROJECT --follow --filter 'tags: anvils' -- whoami \&\& hostname
instead of
rd adhoc -p $PROJECT --follow --filter 'tags: anvils' -- whoami \&\& "echo -- \${node.description}"

Also modify the file "install-rundeck.sh" to have:
if ! grep "Grails application running" /var/log/rundeck/service.log
line 144

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions