Git Product home page Git Product logo

salt's People

Contributors

aneeshusa avatar apollo13 avatar benjaminp avatar benjaminws avatar coderanger avatar dstufft avatar ewdurbin avatar mcpeak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

salt's Issues

Remove the domain redirects

There are a number of redirects that redirect several of the "alternate" names for pypi.python.org (a.pypi.python.org etc). These will be handled by front.python.org for the time being but will ultimately be removed on Feb 15, 2014 anyways.

Deploy Warehouse

Sometime in Mid March (After PyCon) we'd like to deploy Warehouse for real, before that it would be nice to have Warehouse setup for deployment. This can either be a temporary quick deployment or a we can put more effort into it up front and get it "right" to start with.

Some wants/needs:

  • Deploy from Warehouse master branch in a CD fashion to a "staging" instance.
  • Promote Deploys from staging to a "production" instance.
  • Be able to rollback deploys to earlier deployments with the assumption that there has been a total catastrophic failure in PyPI and we cannot rely on the PyPI being up.
    • It can be reasonable to expect that the mirror itself is up though.
  • Deploy using the latest PyPy (and ideally track this closeish).

Off the top of my head I think that RPM is probably the most reasonable way to handle this deployment. Inside the RPM we could either do a bundled virtualenv or go the omnibus route.

One thing we do need to think about is how to handle the staging/production distinction. An RPM by default is going to have the same path and can't be installed more than once. This could mean that we need to make "staging" and "production" RPMs although it would be nice to use the same bits for staging/production. Other options are using separate VMs for production/staging or trying to use Docker.

Remove the HTTPS redirects

There's no reason to have port 80 -> 443 redirects. Fastly will always connect to these backend servers over TLS, and Fastly itself handles the HTTP -> HTTPS redirect.

Setup pythonhosted

Pythonhosted needs setup (Without TLS) on some port and exposed so that front.python.org can connect to it.

vagrant up fails (because of SSL 3.0 epel endpoints?)

When running vagrant up, the following error message is printed:

Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
 * ERROR: Failed to run install_centos_git_deps()!!!

According to this, the error is caused by CentOS 6.3 EPEL repos defaulting to SSL 3.0, and includes the fix of running:

sudo sed -i "s/mirrorlist=https/mirrorlist=http/" /etc/yum.repos.d/epel.repo

in the VM to fix it.

Ideally, this change should be made automatically when provisioning.

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.