Coder Social home page Coder Social logo

ci-workshops-avd's People

Contributors

juliopdx avatar mitchv85 avatar mthiel117 avatar philippebureau avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ci-workshops-avd's Issues

Slide 30 Playbook Update

Slide 30 in the Arista CI Workshop 2023 - Presenter Deck has a task for "Import Global Vars". This is no longer needed since we are using the global_vars plugin. The repo playbook has already been updated. Just the slide needs to be updated

Update GitHub Actions versions in dev.yml and prod.yml

Hello Arista Engineering people,

I still had some time on the temporary ATD lab environment and couldn't resist working through the CI/CD section!
In going through that section I discovered that GitHub has made some changes to supported versions of Node.js so some versions of GitHub Actions need adjusted.

Please test that you too have issues with the GitHub Actions at the pinned versions the lab uses.
➡️ I'd be glad to submit a PR after receiving your blessing. Thank you!

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

In dev.yml I made the following changes:

uses: actions/checkout@v3 >> v4

uses: actions/setup-python@v3 >> v5

uses: dorny/paths-filter@v2 >> v3
(in two locations)

In prod.yml I made the same changes as dev:

uses: actions/checkout@v3 >> v4

uses: actions/setup-python@v3 >> v5

uses: dorny/paths-filter@v2 >> v3
(in two locations)

Note: Since dev.yml file output exists in the workshop, there is an issue over there for discussion prior to me submitting a PR. Thank you!

newer jsonschema 4.19.1 doesn't work, 4.17.3 is fine

Found jsonschema 4.19.1 installed!
...

Traceback (most recent call last):
File "/home/runner/.ansible/collections/ansible_collections/arista/avd/plugins/plugin_utils/schema/avdvalidator.py", line 12, in
import jsonschema._validators
ModuleNotFoundError: No module named 'jsonschema._validators'

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.