Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Unable to deploy first instance of Onefuzz. #3232

Closed
Ashutosh-18-hub opened this issue Jun 27, 2023 · 1 comment
Closed

Unable to deploy first instance of Onefuzz. #3232

Ashutosh-18-hub opened this issue Jun 27, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Ashutosh-18-hub
Copy link

Ashutosh-18-hub commented Jun 27, 2023

Information

  • Onefuzz version: 8.3.0
  • OS:
    Distributor ID: Ubuntu
    Description: Ubuntu 20.04.5 LTS
    Release: 20.04
    Codename: focal

Provide detailed reproduction steps (if any)

  1. python3 ./deploy.py centralindia onefuzzresource onefuzzinstance ashutosh.pandey@mavenir.com config.json

Expected result

What is the expected result of the above steps?

Actual result

Getting this below error:-

Error while attempting to retrieve the latest Bicep version: HTTPSConnectionPool(host='aka.ms', port=443): Max retries exceeded with url: /BicepLatestRelease (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131)'))).
Error while attempting to retrieve the latest Bicep version: HTTPSConnectionPool(host='aka.ms', port=443): Max retries exceeded with url: /BicepLatestRelease (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131)'))).
INFO:deploy:parsing config: config.json
Traceback (most recent call last):
File "./deploy.py", line 1399, in
main()
File "./deploy.py", line 1393, in main
state1
File "./deploy.py", line 246, in check_region
with open(self.arm_template, "r") as handle:
FileNotFoundError: [Errno 2] No such file or directory: 'azuredeploy-bicep.json'

AB#156491

@nharper285
Copy link
Contributor

Hi @Ashutosh-18-hub, are you running the deploy script from within the deployment zip? It appears the bicep.json file that's included in the deployment zip is not present in the directory that you're running the script from.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants