Giter Site home page Giter Site logo

cloudstash's People

Contributors

jbadiapa avatar toure avatar

Stargazers

 avatar

Watchers

 avatar  avatar

cloudstash's Issues

Install ReaR only copies the local.conf to /etc/rear/local.conf

The jinja2 variables are not replaced when ReaR is configured.

[root@undercloud-0 ~]# cat /etc/rear/local.conf
ISO_PREFIX={{ ansible_hostname }}
OUTPUT=ISO
OUTPUT_URL=nfs://{{ nfs_server }}/{{ backup_mountpoint }}
BACKUP=NETFS
BACKUP_URL=nfs://{{ nfs_server }}/{{ backup_mountpoint }}
BACKUP_PROG_EXCLUDE=("${BACKUP_PROG_EXCLUDE[@]}" '/media' '/var/tmp' '/var/crash')
NETFS_KEEP_OLD_BACKUP_COPY=
BOOTLOADER=
GRUB_RESCUE=1

cloudstash.sh --install excludes -t TAG as advance option

Trying to install the nfs server:
I executed bash cloudstash.sh --install -t server
Debuging a little bit, I found that the last ansible command is:
"ansible-playbook -vv playbooks/cloudstash_setup.yml -t install"

There is no sign of the -t server argument.

parse bridge interface for ip.

This functionality should be include to parse the correct interface in which we configure for the undercloud nfs server. This has to be set to insure that the correct IP/VLAN is used to communicate with the overcloud nodes.

#############################

  • name: Get NFS Server IP
    hosts: undercloud
    gather_facts: true
    tasks:
    • set_fact:
      nfs_server_ip: "{{ item }}"
      when: "item.startswith('192.168.24')"
      with_items: "{{ ansible_all_ipv4_addresses }}"
    • debug: msg= "{{ nfs_server_ip }}"

Error installing package for ReaR

TASK [rear/setup : Install packages for ReaR] *********************************************************************************************************************************************************************
task path: /root/cloudstash/roles/rear/setup/tasks/main.yml:2
fatal: [controller-2]: FAILED! => {
"reason": "'msg' is not a valid attribute for a Task\n\nThe error appears to have been in '/root/cloudstash/roles/rear/setup/tasks/rear_install.yml': line 19, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- debug:\n ^ here\n\nThis error can be suppressed as a warning using the "invalid_task_attribute_failed" configuration"
}
fatal: [controller-1]: FAILED! => {
"reason": "'msg' is not a valid attribute for a Task\n\nThe error appears to have been in '/root/cloudstash/roles/rear/setup/tasks/rear_install.yml': line 19, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- debug:\n ^ here\n\nThis error can be suppressed as a warning using the "invalid_task_attribute_failed" configuration"
}
fatal: [controller-0]: FAILED! => {
"reason": "'msg' is not a valid attribute for a Task\n\nThe error appears to have been in '/root/cloudstash/roles/rear/setup/tasks/rear_install.yml': line 19, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- debug:\n ^ here\n\nThis error can be suppressed as a warning using the "invalid_task_attribute_failed" configuration"
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.