aboutsummaryrefslogtreecommitdiffstats
path: root/firstboot
diff options
context:
space:
mode:
authorJiri Stransky <jistr@redhat.com>2017-05-24 12:21:47 +0200
committerJiri Stransky <jistr@redhat.com>2017-05-24 12:21:47 +0200
commita42b93d503690cb56d6a1053759f5b9a9a65fd4e (patch)
tree4b1f5a1fcf6b91ac447ba666c81225469023f3c5 /firstboot
parente7b44a1364b9bb7045405507f3ecdd2241f89ae3 (diff)
Fix race condition between docker-puppet and container steps
GenerateConfigDeployment wasn't anchored with dependencies anywhere. If it took too long to complete and step 1 of containers creation already started executing, problems happened. This is now fixed by adding the required dependency relationship. Change-Id: Ie7dfd2a965e704ba278d4c2fad67f14a3a62799e Closes-Bug: #1692503
Diffstat (limited to 'firstboot')
0 files changed, 0 insertions, 0 deletions
olor: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
Scenario:
  benchmark: ssl
  1Run: machine_1,machine_2

Context:
  Host_Machines:
    machine_1:
      ip: 10.20.0.4
      pw:
      role: 1Run
    machine_2:
      ip: 10.20.0.5
      pw:
      role: 1Run
  Virtual_Machines:


Test_Description:
  Test_category: "Compute"
  Benchmark: "ssl"
  Overview: >
        '''This test will run the SSL benchmark in parallel on machine_1 and machine_1.
           If you wish to add a virtual machine add the following information under the Virtual_Machine tag

        virtualmachine_1:
          availability_zone:
          public_network:
          OS_image:
          flavor:
          role:
          '''