We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283307e commit aaf5947Copy full SHA for aaf5947
1 file changed
e2e-tests/installer/auto_install.py
@@ -463,6 +463,9 @@ def start_installer(self, installer_option=1):
463
print(" - Set AWS region to " + str(self.aws_region))
464
self.installer_session.expect(r"Specify the AWS region for the cluster \(default \[.*\]\):")
465
self.installer_session.sendline(str(self.aws_region))
466
+ print(" - Set AWS bucket region to " + str(self.aws_region))
467
+ self.installer_session.expect(r"Specify the AWS region for the bucket to store the installer state \(default \[.*\]\):")
468
+ self.installer_session.sendline(str(self.aws_region))
469
# local state step
470
print(" - Set state data prefix to " + str(self.state_bucket_prefix))
471
self.installer_session.expect(r"Specify the state data identifier for the cluster \(default \[.*\]\):")
0 commit comments