oc_adm_csr.py 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import fcntl
  36. import json
  37. import os
  38. import re
  39. import shutil
  40. import subprocess
  41. import tempfile
  42. # pylint: disable=import-error
  43. try:
  44. import ruamel.yaml as yaml
  45. except ImportError:
  46. import yaml
  47. from ansible.module_utils.basic import AnsibleModule
  48. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  49. # -*- -*- -*- Begin included fragment: doc/csr -*- -*- -*-
  50. DOCUMENTATION = '''
  51. ---
  52. module: oc_adm_csr
  53. short_description: Module to approve or deny openshift certificate signing requests
  54. description:
  55. - Wrapper around the openshift `oc adm certificate approve|deny <csr>` command.
  56. options:
  57. state:
  58. description:
  59. - approve|deny|list Approve, deny, and list are the only supported states for certificates
  60. required: false
  61. default: present
  62. choices:
  63. - present
  64. aliases: []
  65. kubeconfig:
  66. description:
  67. - The path for the kubeconfig file to use for authentication
  68. required: false
  69. default: /etc/origin/master/admin.kubeconfig
  70. aliases: []
  71. debug:
  72. description:
  73. - Turn on debug output.
  74. required: false
  75. default: False
  76. aliases: []
  77. nodes:
  78. description:
  79. - A list of the names of the nodes in which to accept the certificates
  80. required: false
  81. default: None
  82. aliases: []
  83. timeout:
  84. description:
  85. - This flag allows for a timeout value when approving nodes.
  86. required: false
  87. default: 30
  88. aliases: []
  89. timeout:
  90. description:
  91. - This flag allows for a timeout value when doing node approvals.
  92. - A zero value for the timeout will block until the nodes have been accepted
  93. required: false
  94. default: 30
  95. aliases: []
  96. approve_all:
  97. description:
  98. - This flag allows for the module to approve all CSRs that are found.
  99. - This facilitates testing.
  100. required: false
  101. default: False
  102. aliases: []
  103. service_account:
  104. description:
  105. - This parameter tells the approval process which service account is being used for the requests
  106. required: false
  107. default: node-bootstrapper
  108. aliases: []
  109. author:
  110. - "Kenny Woodson <kwoodson@redhat.com>"
  111. extends_documentation_fragment: []
  112. '''
  113. EXAMPLES = '''
  114. - name: Approve certificates for node xyz
  115. oc_adm_scr:
  116. nodes:
  117. - xyz
  118. timeout: 300
  119. - name: Approve certificates for node xyz
  120. oc_adm_scr:
  121. nodes:
  122. - xyz
  123. timeout: 0
  124. '''
  125. # -*- -*- -*- End included fragment: doc/csr -*- -*- -*-
  126. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  127. class YeditException(Exception): # pragma: no cover
  128. ''' Exception class for Yedit '''
  129. pass
  130. # pylint: disable=too-many-public-methods
  131. class Yedit(object): # pragma: no cover
  132. ''' Class to modify yaml files '''
  133. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  134. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  135. com_sep = set(['.', '#', '|', ':'])
  136. # pylint: disable=too-many-arguments
  137. def __init__(self,
  138. filename=None,
  139. content=None,
  140. content_type='yaml',
  141. separator='.',
  142. backup=False):
  143. self.content = content
  144. self._separator = separator
  145. self.filename = filename
  146. self.__yaml_dict = content
  147. self.content_type = content_type
  148. self.backup = backup
  149. self.load(content_type=self.content_type)
  150. if self.__yaml_dict is None:
  151. self.__yaml_dict = {}
  152. @property
  153. def separator(self):
  154. ''' getter method for separator '''
  155. return self._separator
  156. @separator.setter
  157. def separator(self, inc_sep):
  158. ''' setter method for separator '''
  159. self._separator = inc_sep
  160. @property
  161. def yaml_dict(self):
  162. ''' getter method for yaml_dict '''
  163. return self.__yaml_dict
  164. @yaml_dict.setter
  165. def yaml_dict(self, value):
  166. ''' setter method for yaml_dict '''
  167. self.__yaml_dict = value
  168. @staticmethod
  169. def parse_key(key, sep='.'):
  170. '''parse the key allowing the appropriate separator'''
  171. common_separators = list(Yedit.com_sep - set([sep]))
  172. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  173. @staticmethod
  174. def valid_key(key, sep='.'):
  175. '''validate the incoming key'''
  176. common_separators = list(Yedit.com_sep - set([sep]))
  177. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  178. return False
  179. return True
  180. @staticmethod
  181. def remove_entry(data, key, sep='.'):
  182. ''' remove data at location key '''
  183. if key == '' and isinstance(data, dict):
  184. data.clear()
  185. return True
  186. elif key == '' and isinstance(data, list):
  187. del data[:]
  188. return True
  189. if not (key and Yedit.valid_key(key, sep)) and \
  190. isinstance(data, (list, dict)):
  191. return None
  192. key_indexes = Yedit.parse_key(key, sep)
  193. for arr_ind, dict_key in key_indexes[:-1]:
  194. if dict_key and isinstance(data, dict):
  195. data = data.get(dict_key)
  196. elif (arr_ind and isinstance(data, list) and
  197. int(arr_ind) <= len(data) - 1):
  198. data = data[int(arr_ind)]
  199. else:
  200. return None
  201. # process last index for remove
  202. # expected list entry
  203. if key_indexes[-1][0]:
  204. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  205. del data[int(key_indexes[-1][0])]
  206. return True
  207. # expected dict entry
  208. elif key_indexes[-1][1]:
  209. if isinstance(data, dict):
  210. del data[key_indexes[-1][1]]
  211. return True
  212. @staticmethod
  213. def add_entry(data, key, item=None, sep='.'):
  214. ''' Get an item from a dictionary with key notation a.b.c
  215. d = {'a': {'b': 'c'}}}
  216. key = a#b
  217. return c
  218. '''
  219. if key == '':
  220. pass
  221. elif (not (key and Yedit.valid_key(key, sep)) and
  222. isinstance(data, (list, dict))):
  223. return None
  224. key_indexes = Yedit.parse_key(key, sep)
  225. for arr_ind, dict_key in key_indexes[:-1]:
  226. if dict_key:
  227. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  228. data = data[dict_key]
  229. continue
  230. elif data and not isinstance(data, dict):
  231. raise YeditException("Unexpected item type found while going through key " +
  232. "path: {} (at key: {})".format(key, dict_key))
  233. data[dict_key] = {}
  234. data = data[dict_key]
  235. elif (arr_ind and isinstance(data, list) and
  236. int(arr_ind) <= len(data) - 1):
  237. data = data[int(arr_ind)]
  238. else:
  239. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  240. if key == '':
  241. data = item
  242. # process last index for add
  243. # expected list entry
  244. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  245. data[int(key_indexes[-1][0])] = item
  246. # expected dict entry
  247. elif key_indexes[-1][1] and isinstance(data, dict):
  248. data[key_indexes[-1][1]] = item
  249. # didn't add/update to an existing list, nor add/update key to a dict
  250. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  251. # non-existent array
  252. else:
  253. raise YeditException("Error adding to object at path: {}".format(key))
  254. return data
  255. @staticmethod
  256. def get_entry(data, key, sep='.'):
  257. ''' Get an item from a dictionary with key notation a.b.c
  258. d = {'a': {'b': 'c'}}}
  259. key = a.b
  260. return c
  261. '''
  262. if key == '':
  263. pass
  264. elif (not (key and Yedit.valid_key(key, sep)) and
  265. isinstance(data, (list, dict))):
  266. return None
  267. key_indexes = Yedit.parse_key(key, sep)
  268. for arr_ind, dict_key in key_indexes:
  269. if dict_key and isinstance(data, dict):
  270. data = data.get(dict_key)
  271. elif (arr_ind and isinstance(data, list) and
  272. int(arr_ind) <= len(data) - 1):
  273. data = data[int(arr_ind)]
  274. else:
  275. return None
  276. return data
  277. @staticmethod
  278. def _write(filename, contents):
  279. ''' Actually write the file contents to disk. This helps with mocking. '''
  280. tmp_filename = filename + '.yedit'
  281. with open(tmp_filename, 'w') as yfd:
  282. fcntl.flock(yfd, fcntl.LOCK_EX | fcntl.LOCK_NB)
  283. yfd.write(contents)
  284. fcntl.flock(yfd, fcntl.LOCK_UN)
  285. os.rename(tmp_filename, filename)
  286. def write(self):
  287. ''' write to file '''
  288. if not self.filename:
  289. raise YeditException('Please specify a filename.')
  290. if self.backup and self.file_exists():
  291. shutil.copy(self.filename, self.filename + '.orig')
  292. # Try to set format attributes if supported
  293. try:
  294. self.yaml_dict.fa.set_block_style()
  295. except AttributeError:
  296. pass
  297. # Try to use RoundTripDumper if supported.
  298. if self.content_type == 'yaml':
  299. try:
  300. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  301. except AttributeError:
  302. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  303. elif self.content_type == 'json':
  304. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  305. else:
  306. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  307. 'Please specify a content_type of yaml or json.')
  308. return (True, self.yaml_dict)
  309. def read(self):
  310. ''' read from file '''
  311. # check if it exists
  312. if self.filename is None or not self.file_exists():
  313. return None
  314. contents = None
  315. with open(self.filename) as yfd:
  316. contents = yfd.read()
  317. return contents
  318. def file_exists(self):
  319. ''' return whether file exists '''
  320. if os.path.exists(self.filename):
  321. return True
  322. return False
  323. def load(self, content_type='yaml'):
  324. ''' return yaml file '''
  325. contents = self.read()
  326. if not contents and not self.content:
  327. return None
  328. if self.content:
  329. if isinstance(self.content, dict):
  330. self.yaml_dict = self.content
  331. return self.yaml_dict
  332. elif isinstance(self.content, str):
  333. contents = self.content
  334. # check if it is yaml
  335. try:
  336. if content_type == 'yaml' and contents:
  337. # Try to set format attributes if supported
  338. try:
  339. self.yaml_dict.fa.set_block_style()
  340. except AttributeError:
  341. pass
  342. # Try to use RoundTripLoader if supported.
  343. try:
  344. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  345. except AttributeError:
  346. self.yaml_dict = yaml.safe_load(contents)
  347. # Try to set format attributes if supported
  348. try:
  349. self.yaml_dict.fa.set_block_style()
  350. except AttributeError:
  351. pass
  352. elif content_type == 'json' and contents:
  353. self.yaml_dict = json.loads(contents)
  354. except yaml.YAMLError as err:
  355. # Error loading yaml or json
  356. raise YeditException('Problem with loading yaml file. {}'.format(err))
  357. return self.yaml_dict
  358. def get(self, key):
  359. ''' get a specified key'''
  360. try:
  361. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  362. except KeyError:
  363. entry = None
  364. return entry
  365. def pop(self, path, key_or_item):
  366. ''' remove a key, value pair from a dict or an item for a list'''
  367. try:
  368. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  369. except KeyError:
  370. entry = None
  371. if entry is None:
  372. return (False, self.yaml_dict)
  373. if isinstance(entry, dict):
  374. # AUDIT:maybe-no-member makes sense due to fuzzy types
  375. # pylint: disable=maybe-no-member
  376. if key_or_item in entry:
  377. entry.pop(key_or_item)
  378. return (True, self.yaml_dict)
  379. return (False, self.yaml_dict)
  380. elif isinstance(entry, list):
  381. # AUDIT:maybe-no-member makes sense due to fuzzy types
  382. # pylint: disable=maybe-no-member
  383. ind = None
  384. try:
  385. ind = entry.index(key_or_item)
  386. except ValueError:
  387. return (False, self.yaml_dict)
  388. entry.pop(ind)
  389. return (True, self.yaml_dict)
  390. return (False, self.yaml_dict)
  391. def delete(self, path):
  392. ''' remove path from a dict'''
  393. try:
  394. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  395. except KeyError:
  396. entry = None
  397. if entry is None:
  398. return (False, self.yaml_dict)
  399. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  400. if not result:
  401. return (False, self.yaml_dict)
  402. return (True, self.yaml_dict)
  403. def exists(self, path, value):
  404. ''' check if value exists at path'''
  405. try:
  406. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  407. except KeyError:
  408. entry = None
  409. if isinstance(entry, list):
  410. if value in entry:
  411. return True
  412. return False
  413. elif isinstance(entry, dict):
  414. if isinstance(value, dict):
  415. rval = False
  416. for key, val in value.items():
  417. if entry[key] != val:
  418. rval = False
  419. break
  420. else:
  421. rval = True
  422. return rval
  423. return value in entry
  424. return entry == value
  425. def append(self, path, value):
  426. '''append value to a list'''
  427. try:
  428. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  429. except KeyError:
  430. entry = None
  431. if entry is None:
  432. self.put(path, [])
  433. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  434. if not isinstance(entry, list):
  435. return (False, self.yaml_dict)
  436. # AUDIT:maybe-no-member makes sense due to loading data from
  437. # a serialized format.
  438. # pylint: disable=maybe-no-member
  439. entry.append(value)
  440. return (True, self.yaml_dict)
  441. # pylint: disable=too-many-arguments
  442. def update(self, path, value, index=None, curr_value=None):
  443. ''' put path, value into a dict '''
  444. try:
  445. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  446. except KeyError:
  447. entry = None
  448. if isinstance(entry, dict):
  449. # AUDIT:maybe-no-member makes sense due to fuzzy types
  450. # pylint: disable=maybe-no-member
  451. if not isinstance(value, dict):
  452. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  453. 'value=[{}] type=[{}]'.format(value, type(value)))
  454. entry.update(value)
  455. return (True, self.yaml_dict)
  456. elif isinstance(entry, list):
  457. # AUDIT:maybe-no-member makes sense due to fuzzy types
  458. # pylint: disable=maybe-no-member
  459. ind = None
  460. if curr_value:
  461. try:
  462. ind = entry.index(curr_value)
  463. except ValueError:
  464. return (False, self.yaml_dict)
  465. elif index is not None:
  466. ind = index
  467. if ind is not None and entry[ind] != value:
  468. entry[ind] = value
  469. return (True, self.yaml_dict)
  470. # see if it exists in the list
  471. try:
  472. ind = entry.index(value)
  473. except ValueError:
  474. # doesn't exist, append it
  475. entry.append(value)
  476. return (True, self.yaml_dict)
  477. # already exists, return
  478. if ind is not None:
  479. return (False, self.yaml_dict)
  480. return (False, self.yaml_dict)
  481. def put(self, path, value):
  482. ''' put path, value into a dict '''
  483. try:
  484. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  485. except KeyError:
  486. entry = None
  487. if entry == value:
  488. return (False, self.yaml_dict)
  489. # deepcopy didn't work
  490. # Try to use ruamel.yaml and fallback to pyyaml
  491. try:
  492. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  493. default_flow_style=False),
  494. yaml.RoundTripLoader)
  495. except AttributeError:
  496. tmp_copy = copy.deepcopy(self.yaml_dict)
  497. # set the format attributes if available
  498. try:
  499. tmp_copy.fa.set_block_style()
  500. except AttributeError:
  501. pass
  502. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  503. if result is None:
  504. return (False, self.yaml_dict)
  505. # When path equals "" it is a special case.
  506. # "" refers to the root of the document
  507. # Only update the root path (entire document) when its a list or dict
  508. if path == '':
  509. if isinstance(result, list) or isinstance(result, dict):
  510. self.yaml_dict = result
  511. return (True, self.yaml_dict)
  512. return (False, self.yaml_dict)
  513. self.yaml_dict = tmp_copy
  514. return (True, self.yaml_dict)
  515. def create(self, path, value):
  516. ''' create a yaml file '''
  517. if not self.file_exists():
  518. # deepcopy didn't work
  519. # Try to use ruamel.yaml and fallback to pyyaml
  520. try:
  521. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  522. default_flow_style=False),
  523. yaml.RoundTripLoader)
  524. except AttributeError:
  525. tmp_copy = copy.deepcopy(self.yaml_dict)
  526. # set the format attributes if available
  527. try:
  528. tmp_copy.fa.set_block_style()
  529. except AttributeError:
  530. pass
  531. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  532. if result is not None:
  533. self.yaml_dict = tmp_copy
  534. return (True, self.yaml_dict)
  535. return (False, self.yaml_dict)
  536. @staticmethod
  537. def get_curr_value(invalue, val_type):
  538. '''return the current value'''
  539. if invalue is None:
  540. return None
  541. curr_value = invalue
  542. if val_type == 'yaml':
  543. try:
  544. # AUDIT:maybe-no-member makes sense due to different yaml libraries
  545. # pylint: disable=maybe-no-member
  546. curr_value = yaml.safe_load(invalue, Loader=yaml.RoundTripLoader)
  547. except AttributeError:
  548. curr_value = yaml.safe_load(invalue)
  549. elif val_type == 'json':
  550. curr_value = json.loads(invalue)
  551. return curr_value
  552. @staticmethod
  553. def parse_value(inc_value, vtype=''):
  554. '''determine value type passed'''
  555. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  556. 'on', 'On', 'ON', ]
  557. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  558. 'off', 'Off', 'OFF']
  559. # It came in as a string but you didn't specify value_type as string
  560. # we will convert to bool if it matches any of the above cases
  561. if isinstance(inc_value, str) and 'bool' in vtype:
  562. if inc_value not in true_bools and inc_value not in false_bools:
  563. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  564. elif isinstance(inc_value, bool) and 'str' in vtype:
  565. inc_value = str(inc_value)
  566. # There is a special case where '' will turn into None after yaml loading it so skip
  567. if isinstance(inc_value, str) and inc_value == '':
  568. pass
  569. # If vtype is not str then go ahead and attempt to yaml load it.
  570. elif isinstance(inc_value, str) and 'str' not in vtype:
  571. try:
  572. inc_value = yaml.safe_load(inc_value)
  573. except Exception:
  574. raise YeditException('Could not determine type of incoming value. ' +
  575. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  576. return inc_value
  577. @staticmethod
  578. def process_edits(edits, yamlfile):
  579. '''run through a list of edits and process them one-by-one'''
  580. results = []
  581. for edit in edits:
  582. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  583. if edit.get('action') == 'update':
  584. # pylint: disable=line-too-long
  585. curr_value = Yedit.get_curr_value(
  586. Yedit.parse_value(edit.get('curr_value')),
  587. edit.get('curr_value_format'))
  588. rval = yamlfile.update(edit['key'],
  589. value,
  590. edit.get('index'),
  591. curr_value)
  592. elif edit.get('action') == 'append':
  593. rval = yamlfile.append(edit['key'], value)
  594. else:
  595. rval = yamlfile.put(edit['key'], value)
  596. if rval[0]:
  597. results.append({'key': edit['key'], 'edit': rval[1]})
  598. return {'changed': len(results) > 0, 'results': results}
  599. # pylint: disable=too-many-return-statements,too-many-branches
  600. @staticmethod
  601. def run_ansible(params):
  602. '''perform the idempotent crud operations'''
  603. yamlfile = Yedit(filename=params['src'],
  604. backup=params['backup'],
  605. content_type=params['content_type'],
  606. separator=params['separator'])
  607. state = params['state']
  608. if params['src']:
  609. rval = yamlfile.load()
  610. if yamlfile.yaml_dict is None and state != 'present':
  611. return {'failed': True,
  612. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  613. 'file exists, that it is has correct permissions, and is valid yaml.'}
  614. if state == 'list':
  615. if params['content']:
  616. content = Yedit.parse_value(params['content'], params['content_type'])
  617. yamlfile.yaml_dict = content
  618. if params['key']:
  619. rval = yamlfile.get(params['key'])
  620. return {'changed': False, 'result': rval, 'state': state}
  621. elif state == 'absent':
  622. if params['content']:
  623. content = Yedit.parse_value(params['content'], params['content_type'])
  624. yamlfile.yaml_dict = content
  625. if params['update']:
  626. rval = yamlfile.pop(params['key'], params['value'])
  627. else:
  628. rval = yamlfile.delete(params['key'])
  629. if rval[0] and params['src']:
  630. yamlfile.write()
  631. return {'changed': rval[0], 'result': rval[1], 'state': state}
  632. elif state == 'present':
  633. # check if content is different than what is in the file
  634. if params['content']:
  635. content = Yedit.parse_value(params['content'], params['content_type'])
  636. # We had no edits to make and the contents are the same
  637. if yamlfile.yaml_dict == content and \
  638. params['value'] is None:
  639. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  640. yamlfile.yaml_dict = content
  641. # If we were passed a key, value then
  642. # we enapsulate it in a list and process it
  643. # Key, Value passed to the module : Converted to Edits list #
  644. edits = []
  645. _edit = {}
  646. if params['value'] is not None:
  647. _edit['value'] = params['value']
  648. _edit['value_type'] = params['value_type']
  649. _edit['key'] = params['key']
  650. if params['update']:
  651. _edit['action'] = 'update'
  652. _edit['curr_value'] = params['curr_value']
  653. _edit['curr_value_format'] = params['curr_value_format']
  654. _edit['index'] = params['index']
  655. elif params['append']:
  656. _edit['action'] = 'append'
  657. edits.append(_edit)
  658. elif params['edits'] is not None:
  659. edits = params['edits']
  660. if edits:
  661. results = Yedit.process_edits(edits, yamlfile)
  662. # if there were changes and a src provided to us we need to write
  663. if results['changed'] and params['src']:
  664. yamlfile.write()
  665. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  666. # no edits to make
  667. if params['src']:
  668. # pylint: disable=redefined-variable-type
  669. rval = yamlfile.write()
  670. return {'changed': rval[0],
  671. 'result': rval[1],
  672. 'state': state}
  673. # We were passed content but no src, key or value, or edits. Return contents in memory
  674. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  675. return {'failed': True, 'msg': 'Unkown state passed'}
  676. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  677. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  678. # pylint: disable=too-many-lines
  679. # noqa: E301,E302,E303,T001
  680. class OpenShiftCLIError(Exception):
  681. '''Exception class for openshiftcli'''
  682. pass
  683. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  684. def locate_oc_binary():
  685. ''' Find and return oc binary file '''
  686. # https://github.com/openshift/openshift-ansible/issues/3410
  687. # oc can be in /usr/local/bin in some cases, but that may not
  688. # be in $PATH due to ansible/sudo
  689. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  690. oc_binary = 'oc'
  691. # Use shutil.which if it is available, otherwise fallback to a naive path search
  692. try:
  693. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  694. if which_result is not None:
  695. oc_binary = which_result
  696. except AttributeError:
  697. for path in paths:
  698. if os.path.exists(os.path.join(path, oc_binary)):
  699. oc_binary = os.path.join(path, oc_binary)
  700. break
  701. return oc_binary
  702. # pylint: disable=too-few-public-methods
  703. class OpenShiftCLI(object):
  704. ''' Class to wrap the command line tools '''
  705. def __init__(self,
  706. namespace,
  707. kubeconfig='/etc/origin/master/admin.kubeconfig',
  708. verbose=False,
  709. all_namespaces=False):
  710. ''' Constructor for OpenshiftCLI '''
  711. self.namespace = namespace
  712. self.verbose = verbose
  713. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  714. self.all_namespaces = all_namespaces
  715. self.oc_binary = locate_oc_binary()
  716. # Pylint allows only 5 arguments to be passed.
  717. # pylint: disable=too-many-arguments
  718. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  719. ''' replace the current object with the content '''
  720. res = self._get(resource, rname)
  721. if not res['results']:
  722. return res
  723. fname = Utils.create_tmpfile(rname + '-')
  724. yed = Yedit(fname, res['results'][0], separator=sep)
  725. changes = []
  726. for key, value in content.items():
  727. changes.append(yed.put(key, value))
  728. if any([change[0] for change in changes]):
  729. yed.write()
  730. atexit.register(Utils.cleanup, [fname])
  731. return self._replace(fname, force)
  732. return {'returncode': 0, 'updated': False}
  733. def _replace(self, fname, force=False):
  734. '''replace the current object with oc replace'''
  735. # We are removing the 'resourceVersion' to handle
  736. # a race condition when modifying oc objects
  737. yed = Yedit(fname)
  738. results = yed.delete('metadata.resourceVersion')
  739. if results[0]:
  740. yed.write()
  741. cmd = ['replace', '-f', fname]
  742. if force:
  743. cmd.append('--force')
  744. return self.openshift_cmd(cmd)
  745. def _create_from_content(self, rname, content):
  746. '''create a temporary file and then call oc create on it'''
  747. fname = Utils.create_tmpfile(rname + '-')
  748. yed = Yedit(fname, content=content)
  749. yed.write()
  750. atexit.register(Utils.cleanup, [fname])
  751. return self._create(fname)
  752. def _create(self, fname):
  753. '''call oc create on a filename'''
  754. return self.openshift_cmd(['create', '-f', fname])
  755. def _delete(self, resource, name=None, selector=None):
  756. '''call oc delete on a resource'''
  757. cmd = ['delete', resource]
  758. if selector is not None:
  759. cmd.append('--selector={}'.format(selector))
  760. elif name is not None:
  761. cmd.append(name)
  762. else:
  763. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  764. return self.openshift_cmd(cmd)
  765. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  766. '''process a template
  767. template_name: the name of the template to process
  768. create: whether to send to oc create after processing
  769. params: the parameters for the template
  770. template_data: the incoming template's data; instead of a file
  771. '''
  772. cmd = ['process']
  773. if template_data:
  774. cmd.extend(['-f', '-'])
  775. else:
  776. cmd.append(template_name)
  777. if params:
  778. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  779. cmd.append('-v')
  780. cmd.extend(param_str)
  781. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  782. if results['returncode'] != 0 or not create:
  783. return results
  784. fname = Utils.create_tmpfile(template_name + '-')
  785. yed = Yedit(fname, results['results'])
  786. yed.write()
  787. atexit.register(Utils.cleanup, [fname])
  788. return self.openshift_cmd(['create', '-f', fname])
  789. def _get(self, resource, name=None, selector=None):
  790. '''return a resource by name '''
  791. cmd = ['get', resource]
  792. if selector is not None:
  793. cmd.append('--selector={}'.format(selector))
  794. elif name is not None:
  795. cmd.append(name)
  796. cmd.extend(['-o', 'json'])
  797. rval = self.openshift_cmd(cmd, output=True)
  798. # Ensure results are retuned in an array
  799. if 'items' in rval:
  800. rval['results'] = rval['items']
  801. elif not isinstance(rval['results'], list):
  802. rval['results'] = [rval['results']]
  803. return rval
  804. def _schedulable(self, node=None, selector=None, schedulable=True):
  805. ''' perform oadm manage-node scheduable '''
  806. cmd = ['manage-node']
  807. if node:
  808. cmd.extend(node)
  809. else:
  810. cmd.append('--selector={}'.format(selector))
  811. cmd.append('--schedulable={}'.format(schedulable))
  812. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  813. def _list_pods(self, node=None, selector=None, pod_selector=None):
  814. ''' perform oadm list pods
  815. node: the node in which to list pods
  816. selector: the label selector filter if provided
  817. pod_selector: the pod selector filter if provided
  818. '''
  819. cmd = ['manage-node']
  820. if node:
  821. cmd.extend(node)
  822. else:
  823. cmd.append('--selector={}'.format(selector))
  824. if pod_selector:
  825. cmd.append('--pod-selector={}'.format(pod_selector))
  826. cmd.extend(['--list-pods', '-o', 'json'])
  827. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  828. # pylint: disable=too-many-arguments
  829. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  830. ''' perform oadm manage-node evacuate '''
  831. cmd = ['manage-node']
  832. if node:
  833. cmd.extend(node)
  834. else:
  835. cmd.append('--selector={}'.format(selector))
  836. if dry_run:
  837. cmd.append('--dry-run')
  838. if pod_selector:
  839. cmd.append('--pod-selector={}'.format(pod_selector))
  840. if grace_period:
  841. cmd.append('--grace-period={}'.format(int(grace_period)))
  842. if force:
  843. cmd.append('--force')
  844. cmd.append('--evacuate')
  845. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  846. def _version(self):
  847. ''' return the openshift version'''
  848. return self.openshift_cmd(['version'], output=True, output_type='raw')
  849. def _import_image(self, url=None, name=None, tag=None):
  850. ''' perform image import '''
  851. cmd = ['import-image']
  852. image = '{0}'.format(name)
  853. if tag:
  854. image += ':{0}'.format(tag)
  855. cmd.append(image)
  856. if url:
  857. cmd.append('--from={0}/{1}'.format(url, image))
  858. cmd.append('-n{0}'.format(self.namespace))
  859. cmd.append('--confirm')
  860. return self.openshift_cmd(cmd)
  861. def _run(self, cmds, input_data):
  862. ''' Actually executes the command. This makes mocking easier. '''
  863. curr_env = os.environ.copy()
  864. curr_env.update({'KUBECONFIG': self.kubeconfig})
  865. proc = subprocess.Popen(cmds,
  866. stdin=subprocess.PIPE,
  867. stdout=subprocess.PIPE,
  868. stderr=subprocess.PIPE,
  869. env=curr_env)
  870. stdout, stderr = proc.communicate(input_data)
  871. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  872. # pylint: disable=too-many-arguments,too-many-branches
  873. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  874. '''Base command for oc '''
  875. cmds = [self.oc_binary]
  876. if oadm:
  877. cmds.append('adm')
  878. cmds.extend(cmd)
  879. if self.all_namespaces:
  880. cmds.extend(['--all-namespaces'])
  881. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  882. cmds.extend(['-n', self.namespace])
  883. if self.verbose:
  884. print(' '.join(cmds))
  885. try:
  886. returncode, stdout, stderr = self._run(cmds, input_data)
  887. except OSError as ex:
  888. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  889. rval = {"returncode": returncode,
  890. "cmd": ' '.join(cmds)}
  891. if output_type == 'json':
  892. rval['results'] = {}
  893. if output and stdout:
  894. try:
  895. rval['results'] = json.loads(stdout)
  896. except ValueError as verr:
  897. if "No JSON object could be decoded" in verr.args:
  898. rval['err'] = verr.args
  899. elif output_type == 'raw':
  900. rval['results'] = stdout if output else ''
  901. if self.verbose:
  902. print("STDOUT: {0}".format(stdout))
  903. print("STDERR: {0}".format(stderr))
  904. if 'err' in rval or returncode != 0:
  905. rval.update({"stderr": stderr,
  906. "stdout": stdout})
  907. return rval
  908. class Utils(object): # pragma: no cover
  909. ''' utilities for openshiftcli modules '''
  910. @staticmethod
  911. def _write(filename, contents):
  912. ''' Actually write the file contents to disk. This helps with mocking. '''
  913. with open(filename, 'w') as sfd:
  914. sfd.write(str(contents))
  915. @staticmethod
  916. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  917. ''' create a file in tmp with name and contents'''
  918. tmp = Utils.create_tmpfile(prefix=rname)
  919. if ftype == 'yaml':
  920. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  921. # pylint: disable=no-member
  922. if hasattr(yaml, 'RoundTripDumper'):
  923. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  924. else:
  925. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  926. elif ftype == 'json':
  927. Utils._write(tmp, json.dumps(data))
  928. else:
  929. Utils._write(tmp, data)
  930. # Register cleanup when module is done
  931. atexit.register(Utils.cleanup, [tmp])
  932. return tmp
  933. @staticmethod
  934. def create_tmpfile_copy(inc_file):
  935. '''create a temporary copy of a file'''
  936. tmpfile = Utils.create_tmpfile('lib_openshift-')
  937. Utils._write(tmpfile, open(inc_file).read())
  938. # Cleanup the tmpfile
  939. atexit.register(Utils.cleanup, [tmpfile])
  940. return tmpfile
  941. @staticmethod
  942. def create_tmpfile(prefix='tmp'):
  943. ''' Generates and returns a temporary file name '''
  944. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  945. return tmp.name
  946. @staticmethod
  947. def create_tmp_files_from_contents(content, content_type=None):
  948. '''Turn an array of dict: filename, content into a files array'''
  949. if not isinstance(content, list):
  950. content = [content]
  951. files = []
  952. for item in content:
  953. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  954. item['data'],
  955. ftype=content_type)
  956. files.append({'name': os.path.basename(item['path']),
  957. 'path': path})
  958. return files
  959. @staticmethod
  960. def cleanup(files):
  961. '''Clean up on exit '''
  962. for sfile in files:
  963. if os.path.exists(sfile):
  964. if os.path.isdir(sfile):
  965. shutil.rmtree(sfile)
  966. elif os.path.isfile(sfile):
  967. os.remove(sfile)
  968. @staticmethod
  969. def exists(results, _name):
  970. ''' Check to see if the results include the name '''
  971. if not results:
  972. return False
  973. if Utils.find_result(results, _name):
  974. return True
  975. return False
  976. @staticmethod
  977. def find_result(results, _name):
  978. ''' Find the specified result by name'''
  979. rval = None
  980. for result in results:
  981. if 'metadata' in result and result['metadata']['name'] == _name:
  982. rval = result
  983. break
  984. return rval
  985. @staticmethod
  986. def get_resource_file(sfile, sfile_type='yaml'):
  987. ''' return the service file '''
  988. contents = None
  989. with open(sfile) as sfd:
  990. contents = sfd.read()
  991. if sfile_type == 'yaml':
  992. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  993. # pylint: disable=no-member
  994. if hasattr(yaml, 'RoundTripLoader'):
  995. contents = yaml.load(contents, yaml.RoundTripLoader)
  996. else:
  997. contents = yaml.safe_load(contents)
  998. elif sfile_type == 'json':
  999. contents = json.loads(contents)
  1000. return contents
  1001. @staticmethod
  1002. def filter_versions(stdout):
  1003. ''' filter the oc version output '''
  1004. version_dict = {}
  1005. version_search = ['oc', 'openshift', 'kubernetes']
  1006. for line in stdout.strip().split('\n'):
  1007. for term in version_search:
  1008. if not line:
  1009. continue
  1010. if line.startswith(term):
  1011. version_dict[term] = line.split()[-1]
  1012. # horrible hack to get openshift version in Openshift 3.2
  1013. # By default "oc version in 3.2 does not return an "openshift" version
  1014. if "openshift" not in version_dict:
  1015. version_dict["openshift"] = version_dict["oc"]
  1016. return version_dict
  1017. @staticmethod
  1018. def add_custom_versions(versions):
  1019. ''' create custom versions strings '''
  1020. versions_dict = {}
  1021. for tech, version in versions.items():
  1022. # clean up "-" from version
  1023. if "-" in version:
  1024. version = version.split("-")[0]
  1025. if version.startswith('v'):
  1026. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1027. # "v3.3.0.33" is what we have, we want "3.3"
  1028. versions_dict[tech + '_short'] = version[1:4]
  1029. return versions_dict
  1030. @staticmethod
  1031. def openshift_installed():
  1032. ''' check if openshift is installed '''
  1033. import rpm
  1034. transaction_set = rpm.TransactionSet()
  1035. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1036. return rpmquery.count() > 0
  1037. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1038. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1039. @staticmethod
  1040. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1041. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1042. # Currently these values are autogenerated and we do not need to check them
  1043. skip = ['metadata', 'status']
  1044. if skip_keys:
  1045. skip.extend(skip_keys)
  1046. for key, value in result_def.items():
  1047. if key in skip:
  1048. continue
  1049. # Both are lists
  1050. if isinstance(value, list):
  1051. if key not in user_def:
  1052. if debug:
  1053. print('User data does not have key [%s]' % key)
  1054. print('User data: %s' % user_def)
  1055. return False
  1056. if not isinstance(user_def[key], list):
  1057. if debug:
  1058. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1059. return False
  1060. if len(user_def[key]) != len(value):
  1061. if debug:
  1062. print("List lengths are not equal.")
  1063. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1064. print("user_def: %s" % user_def[key])
  1065. print("value: %s" % value)
  1066. return False
  1067. for values in zip(user_def[key], value):
  1068. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1069. if debug:
  1070. print('sending list - list')
  1071. print(type(values[0]))
  1072. print(type(values[1]))
  1073. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1074. if not result:
  1075. print('list compare returned false')
  1076. return False
  1077. elif value != user_def[key]:
  1078. if debug:
  1079. print('value should be identical')
  1080. print(user_def[key])
  1081. print(value)
  1082. return False
  1083. # recurse on a dictionary
  1084. elif isinstance(value, dict):
  1085. if key not in user_def:
  1086. if debug:
  1087. print("user_def does not have key [%s]" % key)
  1088. return False
  1089. if not isinstance(user_def[key], dict):
  1090. if debug:
  1091. print("dict returned false: not instance of dict")
  1092. return False
  1093. # before passing ensure keys match
  1094. api_values = set(value.keys()) - set(skip)
  1095. user_values = set(user_def[key].keys()) - set(skip)
  1096. if api_values != user_values:
  1097. if debug:
  1098. print("keys are not equal in dict")
  1099. print(user_values)
  1100. print(api_values)
  1101. return False
  1102. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1103. if not result:
  1104. if debug:
  1105. print("dict returned false")
  1106. print(result)
  1107. return False
  1108. # Verify each key, value pair is the same
  1109. else:
  1110. if key not in user_def or value != user_def[key]:
  1111. if debug:
  1112. print("value not equal; user_def does not have key")
  1113. print(key)
  1114. print(value)
  1115. if key in user_def:
  1116. print(user_def[key])
  1117. return False
  1118. if debug:
  1119. print('returning true')
  1120. return True
  1121. class OpenShiftCLIConfig(object):
  1122. '''Generic Config'''
  1123. def __init__(self, rname, namespace, kubeconfig, options):
  1124. self.kubeconfig = kubeconfig
  1125. self.name = rname
  1126. self.namespace = namespace
  1127. self._options = options
  1128. @property
  1129. def config_options(self):
  1130. ''' return config options '''
  1131. return self._options
  1132. def to_option_list(self, ascommalist=''):
  1133. '''return all options as a string
  1134. if ascommalist is set to the name of a key, and
  1135. the value of that key is a dict, format the dict
  1136. as a list of comma delimited key=value pairs'''
  1137. return self.stringify(ascommalist)
  1138. def stringify(self, ascommalist=''):
  1139. ''' return the options hash as cli params in a string
  1140. if ascommalist is set to the name of a key, and
  1141. the value of that key is a dict, format the dict
  1142. as a list of comma delimited key=value pairs '''
  1143. rval = []
  1144. for key in sorted(self.config_options.keys()):
  1145. data = self.config_options[key]
  1146. if data['include'] \
  1147. and (data['value'] is not None or isinstance(data['value'], int)):
  1148. if key == ascommalist:
  1149. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1150. else:
  1151. val = data['value']
  1152. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1153. return rval
  1154. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1155. # -*- -*- -*- Begin included fragment: class/oc_adm_csr.py -*- -*- -*-
  1156. class OCcsr(OpenShiftCLI):
  1157. ''' Class to wrap the oc adm certificate command line'''
  1158. kind = 'csr'
  1159. # pylint: disable=too-many-arguments
  1160. def __init__(self,
  1161. nodes=None,
  1162. approve_all=False,
  1163. service_account=None,
  1164. kubeconfig='/etc/origin/master/admin.kubeconfig',
  1165. verbose=False):
  1166. ''' Constructor for oc adm certificate '''
  1167. super(OCcsr, self).__init__(None, kubeconfig, verbose)
  1168. self.service_account = service_account
  1169. self.nodes = self.create_nodes(nodes)
  1170. self._csrs = []
  1171. self.approve_all = approve_all
  1172. self.verbose = verbose
  1173. @property
  1174. def csrs(self):
  1175. '''property for managing csrs'''
  1176. # any processing needed??
  1177. self._csrs = self._get(resource=self.kind)['results'][0]['items']
  1178. return self._csrs
  1179. def create_nodes(self, nodes):
  1180. '''create a node object to track csr signing status'''
  1181. nodes_list = []
  1182. if nodes is None:
  1183. return nodes_list
  1184. results = self._get(resource='nodes')['results'][0]['items']
  1185. for node in nodes:
  1186. nodes_list.append(dict(name=node, csrs={}, accepted=False, denied=False))
  1187. for ocnode in results:
  1188. if node in ocnode['metadata']['name']:
  1189. nodes_list[-1]['accepted'] = True
  1190. return nodes_list
  1191. def get(self):
  1192. '''get the current certificate signing requests'''
  1193. return self.csrs
  1194. @staticmethod
  1195. def action_needed(csr, action):
  1196. '''check to see if csr is in desired state'''
  1197. if csr['status'] == {}:
  1198. return True
  1199. state = csr['status']['conditions'][0]['type']
  1200. if action == 'approve' and state != 'Approved':
  1201. return True
  1202. elif action == 'deny' and state != 'Denied':
  1203. return True
  1204. return False
  1205. def get_csr_request(self, request):
  1206. '''base64 decode the request object and call openssl to determine the
  1207. subject and specifically the CN: from the request
  1208. Output:
  1209. (0, '...
  1210. Subject: O=system:nodes, CN=system:node:ip-172-31-54-54.ec2.internal
  1211. ...')
  1212. '''
  1213. import base64
  1214. return self._run(['openssl', 'req', '-noout', '-text'], base64.b64decode(request))[1]
  1215. def match_node(self, csr):
  1216. '''match an inc csr to a node in self.nodes'''
  1217. for node in self.nodes:
  1218. # we need to match based upon the csr's request certificate's CN
  1219. if node['name'] in self.get_csr_request(csr['spec']['request']):
  1220. node['csrs'][csr['metadata']['name']] = csr
  1221. # check that the username is the node and type is 'Approved'
  1222. if node['name'] in csr['spec']['username'] and csr['status']:
  1223. if csr['status']['conditions'][0]['type'] == 'Approved':
  1224. node['accepted'] = True
  1225. # check type is 'Denied' and mark node as such
  1226. if csr['status'] and csr['status']['conditions'][0]['type'] == 'Denied':
  1227. node['denied'] = True
  1228. return node
  1229. return None
  1230. def finished(self):
  1231. '''determine if there are more csrs to sign'''
  1232. # if nodes is set and we have nodes then return if all nodes are 'accepted'
  1233. if self.nodes is not None and len(self.nodes) > 0:
  1234. return all([node['accepted'] or node['denied'] for node in self.nodes])
  1235. # we are approving everything or we still have nodes outstanding
  1236. return False
  1237. def manage(self, action):
  1238. '''run openshift oc adm ca create-server-cert cmd and store results into self.nodes
  1239. we attempt to verify if the node is one that was given to us to accept.
  1240. action - (allow | deny)
  1241. '''
  1242. results = []
  1243. # There are 2 types of requests:
  1244. # - node-bootstrapper-client-ip-172-31-51-246-ec2-internal
  1245. # The client request allows the client to talk to the api/controller
  1246. # - node-bootstrapper-server-ip-172-31-51-246-ec2-internal
  1247. # The server request allows the server to join the cluster
  1248. # Here we need to determine how to approve/deny
  1249. # we should query the csrs and verify they are from the nodes we thought
  1250. for csr in self.csrs:
  1251. node = self.match_node(csr)
  1252. # oc adm certificate <approve|deny> csr
  1253. # there are 3 known states: Denied, Aprroved, {}
  1254. # verify something is needed by OCcsr.action_needed
  1255. # if approve_all, then do it
  1256. # if you passed in nodes, you must have a node that matches
  1257. if self.approve_all or (node and OCcsr.action_needed(csr, action)):
  1258. result = self.openshift_cmd(['certificate', action, csr['metadata']['name']], oadm=True)
  1259. # client should have service account name in username field
  1260. # server should have node name in username field
  1261. if node and csr['metadata']['name'] not in node['csrs']:
  1262. node['csrs'][csr['metadata']['name']] = csr
  1263. # accept node in cluster
  1264. if node['name'] in csr['spec']['username']:
  1265. node['accepted'] = True
  1266. results.append(result)
  1267. return results
  1268. @staticmethod
  1269. def run_ansible(params, check_mode=False):
  1270. '''run the idempotent ansible code'''
  1271. client = OCcsr(params['nodes'],
  1272. params['approve_all'],
  1273. params['service_account'],
  1274. params['kubeconfig'],
  1275. params['debug'])
  1276. state = params['state']
  1277. api_rval = client.get()
  1278. if state == 'list':
  1279. return {'changed': False, 'results': api_rval, 'state': state}
  1280. if state in ['approve', 'deny']:
  1281. if check_mode:
  1282. return {'changed': True,
  1283. 'msg': "CHECK_MODE: Would have {} the certificate.".format(params['state']),
  1284. 'state': state}
  1285. all_results = []
  1286. finished = False
  1287. timeout = False
  1288. import time
  1289. # loop for timeout or block until all nodes pass
  1290. ctr = 0
  1291. while True:
  1292. all_results.extend(client.manage(params['state']))
  1293. if client.finished():
  1294. finished = True
  1295. break
  1296. if params['timeout'] == 0:
  1297. if not params['approve_all']:
  1298. ctr = 0
  1299. if ctr * 2 > params['timeout']:
  1300. timeout = True
  1301. break
  1302. # This provides time for the nodes to send their csr requests between approvals
  1303. time.sleep(2)
  1304. ctr += 1
  1305. for result in all_results:
  1306. if result['returncode'] != 0:
  1307. return {'failed': True, 'msg': all_results}
  1308. return dict(changed=len(all_results) > 0,
  1309. results=all_results,
  1310. nodes=client.nodes,
  1311. state=state,
  1312. finished=finished,
  1313. timeout=timeout)
  1314. return {'failed': True,
  1315. 'msg': 'Unknown state passed. %s' % state}
  1316. # -*- -*- -*- End included fragment: class/oc_adm_csr.py -*- -*- -*-
  1317. # -*- -*- -*- Begin included fragment: ansible/oc_adm_csr.py -*- -*- -*-
  1318. def main():
  1319. '''
  1320. ansible oc module for approving certificate signing requests
  1321. '''
  1322. module = AnsibleModule(
  1323. argument_spec=dict(
  1324. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1325. state=dict(default='approve', type='str',
  1326. choices=['approve', 'deny', 'list']),
  1327. debug=dict(default=False, type='bool'),
  1328. nodes=dict(default=None, type='list'),
  1329. timeout=dict(default=30, type='int'),
  1330. approve_all=dict(default=False, type='bool'),
  1331. service_account=dict(default='node-bootstrapper', type='str'),
  1332. fail_on_timeout=dict(default=False, type='bool'),
  1333. ),
  1334. supports_check_mode=True,
  1335. mutually_exclusive=[['approve_all', 'nodes']],
  1336. )
  1337. if module.params['nodes'] == []:
  1338. module.fail_json(**dict(failed=True, msg='Please specify hosts.'))
  1339. rval = OCcsr.run_ansible(module.params, module.check_mode)
  1340. # If we timed out then we weren't finished. Fail if user requested to fail.
  1341. if (module.params['timeout'] > 0 and
  1342. module.params['fail_on_timeout'] and
  1343. rval['timeout']):
  1344. return module.fail_json(msg='Timed out accepting certificate signing requests. Failing as requested.', **rval)
  1345. if 'failed' in rval:
  1346. return module.fail_json(**rval)
  1347. return module.exit_json(**rval)
  1348. if __name__ == '__main__':
  1349. main()
  1350. # -*- -*- -*- End included fragment: ansible/oc_adm_csr.py -*- -*- -*-