Uploaded image for project: 'ONAP Operations Manager'
  1. ONAP Operations Manager
  2. OOM-146

20170817: createAll option error bringing up module - non-blocking

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • None
    • None
    • None
    • None

      getting the following on a clean master branch - it is non-blocking - check with Munir after his changes

      root@obriensystemskub0:~/oom-5b# git clone http://gerrit.onap.org/r/oom
      Cloning into 'oom'...
      remote: Counting objects: 573, done
      remote: Finding sources: 100% (62/62)
      remote: Total 823 (delta 14), reused 789 (delta 14)
      Receiving objects: 100% (823/823), 885.55 KiB | 652.00 KiB/s, done.
      Resolving deltas: 100% (174/174), done.
      Checking connectivity... done.
      root@obriensystemskub0:~/oom-5b# cd oom/kubernetes/oneclick/
      root@obriensystemskub0:~/oom-5b/oom/kubernetes/oneclick# ls
      aai.sh  appc.sh  createAll.bash  dcae.sh  deleteAll.bash  message-router.sh  mso.sh  policy.sh  portal.sh  robot.sh  sdc.sh  sdnc.sh  setenv.bash  vid.sh
      root@obriensystemskub0:~/oom-5b/oom/kubernetes/oneclick# chmod 777 setenv.bash
      root@obriensystemskub0:~/oom-5b/oom/kubernetes/oneclick# ./setenv.bash
      root@obriensystemskub0:~/oom-5b/oom/kubernetes/oneclick# ./createAll.bash -n onap -a mso
      
      ********** Creating instance 1 of ONAP with port range 30200 and 30399
      
      ********** Creating ONAP: mso
      
      Creating namespace **********
      namespace "onap-mso" created
      
      Creating registry secret **********
      secret "onap-docker-registry-key" created
      
      Creating service **********
      service "mariadb" created
      service "mso" created
      mv: cannot stat '../mso/all-services.yaml--': No such file or directory
      
      
      
      ********** Creating deployments for mso **********
      sed: invalid option -- 't'
      Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]...
      
        -n, --quiet, --silent
                       suppress automatic printing of pattern space
        -e script, --expression=script
                       add the script to the commands to be executed
        -f script-file, --file=script-file
                       add the contents of script-file to the commands to be executed
        --follow-symlinks
                       follow symlinks when processing in place
        -i[SUFFIX], --in-place[=SUFFIX]
                       edit files in place (makes backup if SUFFIX supplied)
        -l N, --line-length=N
                       specify the desired line-wrap length for the `l' command
        --posix
                       disable all GNU extensions.
        -r, --regexp-extended
                       use extended regular expressions in the script.
        -s, --separate
                       consider files as separate rather than as a single continuous
                       long stream.
        -u, --unbuffered
                       load minimal amounts of data from the input files and flush
                       the output buffers more often
        -z, --null-data
                       separate lines by NUL characters
            --help     display this help and exit
            --version  output version information and exit
      
      If no -e, --expression, -f, or --file option is given, then the first
      non-option argument is taken as the sed script to interpret.  All
      remaining arguments are names of input files; if no input files are
      specified, then the standard input is read.
      
      GNU sed home page: <http://www.gnu.org/software/sed/>.
      General help using GNU software: <http://www.gnu.org/gethelp/>.
      sed: invalid option -- 't'
      Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]...
      
        -n, --quiet, --silent
                       suppress automatic printing of pattern space
        -e script, --expression=script
                       add the script to the commands to be executed
        -f script-file, --file=script-file
                       add the contents of script-file to the commands to be executed
        --follow-symlinks
                       follow symlinks when processing in place
        -i[SUFFIX], --in-place[=SUFFIX]
                       edit files in place (makes backup if SUFFIX supplied)
        -l N, --line-length=N
                       specify the desired line-wrap length for the `l' command
        --posix
                       disable all GNU extensions.
        -r, --regexp-extended
                       use extended regular expressions in the script.
        -s, --separate
                       consider files as separate rather than as a single continuous
                       long stream.
        -u, --unbuffered
                       load minimal amounts of data from the input files and flush
                       the output buffers more often
        -z, --null-data
                       separate lines by NUL characters
            --help     display this help and exit
            --version  output version information and exit
      
      If no -e, --expression, -f, or --file option is given, then the first
      non-option argument is taken as the sed script to interpret.  All
      remaining arguments are names of input files; if no input files are
      specified, then the standard input is read.
      
      GNU sed home page: <http://www.gnu.org/software/sed/>.
      General help using GNU software: <http://www.gnu.org/gethelp/>.
      sed: invalid option -- 't'
      Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]...
      
        -n, --quiet, --silent
                       suppress automatic printing of pattern space
        -e script, --expression=script
                       add the script to the commands to be executed
        -f script-file, --file=script-file
                       add the contents of script-file to the commands to be executed
        --follow-symlinks
                       follow symlinks when processing in place
        -i[SUFFIX], --in-place[=SUFFIX]
                       edit files in place (makes backup if SUFFIX supplied)
        -l N, --line-length=N
                       specify the desired line-wrap length for the `l' command
        --posix
                       disable all GNU extensions.
        -r, --regexp-extended
                       use extended regular expressions in the script.
        -s, --separate
                       consider files as separate rather than as a single continuous
                       long stream.
        -u, --unbuffered
                       load minimal amounts of data from the input files and flush
                       the output buffers more often
        -z, --null-data
                       separate lines by NUL characters
            --help     display this help and exit
            --version  output version information and exit
      
      If no -e, --expression, -f, or --file option is given, then the first
      non-option argument is taken as the sed script to interpret.  All
      remaining arguments are names of input files; if no input files are
      specified, then the standard input is read.
      
      GNU sed home page: <http://www.gnu.org/software/sed/>.
      General help using GNU software: <http://www.gnu.org/gethelp/>.
      MSO....
      deployment "mariadb" created
      deployment "mso" created
      
      **** Done ****

            michaelobrien michaelobrien
            michaelobrien michaelobrien
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: